Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro13 int func_is_global(ufunc_T *ufunc);
/vim-8.2.3635/src/
H A Duserfunc.c1951 func_is_global(ufunc_T *ufunc) in func_is_global() function
1964 if (!func_is_global(fp)) in cat_func_name()
H A Dvim9compile.c518 && (!func_is_global(ufunc) in check_defined()
3545 if (ufunc != NULL && !func_is_global(ufunc)) in compile_call()