Searched refs:is_funcref (Results 1 – 1 of 1) sorted by relevance
3916 common_function(typval_T *argvars, typval_T *rettv, int is_funcref) in common_function() argument3955 if ((use_string && vim_strchr(s, AUTOLOAD_CHAR) == NULL) || is_funcref) in common_function()3966 || (is_funcref && trans_name == NULL)) in common_function()3969 else if (trans_name != NULL && (is_funcref in common_function()4043 if (dict_idx > 0 || arg_idx > 0 || arg_pt != NULL || is_funcref) in common_function()4106 else if (is_funcref) in common_function()