Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Devalfunc.c3922 char_u *trans_name = NULL; in common_function() local
3958 trans_name = trans_function_name(&name, &is_global, FALSE, in common_function()
3966 || (is_funcref && trans_name == NULL)) in common_function()
3969 else if (trans_name != NULL && (is_funcref in common_function()
3970 ? find_func(trans_name, is_global, NULL) == NULL in common_function()
3971 : !translated_function_exists(trans_name, is_global))) in common_function()
4108 pt->pt_func = find_func(trans_name, is_global, NULL); in common_function()
4130 vim_free(trans_name); in common_function()