Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalvars.c1750 if (ht == get_script_local_ht() in do_unlet()
2672 if (ht != NULL && ht == get_script_local_ht() in eval_variable()
2773 ht = get_script_local_ht(); in find_var()
2845 get_script_local_ht(void) in get_script_local_ht() function
2867 hashtab_T *ht = get_script_local_ht(); in lookup_scriptitem()
2961 ht = get_script_local_ht(); in find_var_ht()
2994 ht = get_script_local_ht(); in find_var_ht()
3227 is_script_local = ht == get_script_local_ht(); in set_var_const()
H A Dvim9script.c919 hashtab_T *script_ht = get_script_local_ht(); in hide_script_var()
H A Deval.c982 && ht != NULL && ht == get_script_local_ht()) in get_lval()
H A Duserfunc.c1639 if (!did_type && type != NULL && ht == get_script_local_ht()) in deref_func_name()
/vim-8.2.3635/src/proto/
H A Devalvars.pro63 hashtab_T *get_script_local_ht(void);