Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro68 hashtab_T *get_funccal_args_ht(void);
/vim-8.2.3635/src/
H A Devalvars.c2734 if (ht == get_funccal_local_ht() || ht == get_funccal_args_ht()) in check_vars()
2988 return get_funccal_args_ht(); in find_var_ht()
3426 if (ht == &vimvarht || ht == get_funccal_args_ht()) in set_var_const()
H A Deval.c1149 || &lp->ll_dict->dv_hashtab == get_funccal_args_ht()) in get_lval()
H A Duserfunc.c5508 get_funccal_args_ht() in get_funccal_args_ht() function