Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Duserfunc.pro41 int translated_function_exists(char_u *name, int is_global);
/vim-8.2.3635/src/
H A Duserfunc.c4576 translated_function_exists(char_u *name, int is_global) in translated_function_exists() function
4615 n = translated_function_exists(p, is_global); in function_exists()
4632 && (!check || translated_function_exists(p, is_global))) in get_expanded_name()
H A Dif_py_both.h2961 if (!translated_function_exists(name, FALSE)) in FunctionNew()
H A Devalfunc.c3971 : !translated_function_exists(trans_name, is_global))) in common_function()