Searched refs:translated_function_exists (Results 1 – 4 of 4) sorted by relevance
41 int translated_function_exists(char_u *name, int is_global);
4576 translated_function_exists(char_u *name, int is_global) in translated_function_exists() function4615 n = translated_function_exists(p, is_global); in function_exists()4632 && (!check || translated_function_exists(p, is_global))) in get_expanded_name()
2961 if (!translated_function_exists(name, FALSE)) in FunctionNew()
3971 : !translated_function_exists(trans_name, is_global))) in common_function()