Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c336 find_script_var(char_u *name, size_t len, cctx_T *cctx) in find_script_var() function
418 if (find_script_var(name, len, cctx) != NULL) in script_var_exists()
2557 sallvar_T *sav = find_script_var(name, 0, cctx); in get_script_item_idx()