Home
last modified time | relevance | path

Searched refs:lookup_scriptitem (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Devalvars.pro64 int lookup_scriptitem(char_u *name, size_t len, int cmd, cctx_T *dummy);
/vim-8.2.3635/src/
H A Dvim9script.c223 (void)find_ex_command(eap, NULL, lookup_scriptitem, NULL); in ex_export()
H A Devalvars.c2861 lookup_scriptitem( in lookup_scriptitem() function
3412 && lookup_scriptitem(name, STRLEN(name), FALSE, NULL) == OK) in set_var_const()
H A Dex_docmd.c1847 p = find_ex_command(&ea, NULL, lookup_scriptitem, NULL); in do_one_cmd()