Searched refs:include_type (Results 1 – 2 of 2) sorted by relevance
20 char_u *skip_var_list(char_u *arg, int include_type, int *var_count, int *semicolon, int silent);21 char_u *skip_var_one(char_u *arg, int include_type);
1033 int include_type, in skip_var_list() argument1047 s = skip_var_one(p, include_type); in skip_var_list()1078 return skip_var_one(arg, include_type); in skip_var_list()1087 skip_var_one(char_u *arg, int include_type) in skip_var_one() argument1102 if (include_type && vim9) in skip_var_one()