Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h2078 #define VAR_TYPE_FUNC 2 macro
H A Devalvars.c246 set_vim_var_nr(VV_TYPE_FUNC, VAR_TYPE_FUNC); in evalvars_init()
H A Devalfunc.c9964 case VAR_FUNC: n = VAR_TYPE_FUNC; break; in f_type()