Searched refs:use_string (Results 1 – 1 of 1) sorted by relevance
3920 int use_string = FALSE; in common_function() local3947 use_string = TRUE; in common_function()3955 if ((use_string && vim_strchr(s, AUTOLOAD_CHAR) == NULL) || is_funcref) in common_function()3965 if (s == NULL || *s == NUL || (use_string && VIM_ISDIGIT(*s)) in common_function()3967 semsg(_(e_invarg2), use_string ? tv_get_string(&argvars[0]) : s); in common_function()