Searched refs:lookup_scriptitem (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | evalvars.pro | 64 int lookup_scriptitem(char_u *name, size_t len, int cmd, cctx_T *dummy);
|
| /vim-8.2.3635/src/ |
| H A D | vim9script.c | 223 (void)find_ex_command(eap, NULL, lookup_scriptitem, NULL); in ex_export()
|
| H A D | evalvars.c | 2861 lookup_scriptitem( in lookup_scriptitem() function 3412 && lookup_scriptitem(name, STRLEN(name), FALSE, NULL) == OK) in set_var_const()
|
| H A D | ex_docmd.c | 1847 p = find_ex_command(&ea, NULL, lookup_scriptitem, NULL); in do_one_cmd()
|