Searched refs:new_var (Results 1 – 2 of 2) sorted by relevance
79 int var_wrong_func_name(char_u *name, int new_var);
3580 int new_var) // TRUE when creating the variable in var_wrong_func_name() argument3596 if (new_var && function_exists(name, FALSE)) in var_wrong_func_name()