Searched refs:func_is_global (Results 1 – 3 of 3) sorted by relevance
13 int func_is_global(ufunc_T *ufunc);
1951 func_is_global(ufunc_T *ufunc) in func_is_global() function1964 if (!func_is_global(fp)) in cat_func_name()
518 && (!func_is_global(ufunc) in check_defined()3545 if (ufunc != NULL && !func_is_global(ufunc)) in compile_call()