Searched refs:get_script_local_ht (Results 1 – 5 of 5) sorted by relevance
1750 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() function2867 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()
919 hashtab_T *script_ht = get_script_local_ht(); in hide_script_var()
982 && ht != NULL && ht == get_script_local_ht()) in get_lval()
1639 if (!did_type && type != NULL && ht == get_script_local_ht()) in deref_func_name()
63 hashtab_T *get_script_local_ht(void);