Searched refs:skip_var_one (Results 1 – 3 of 3) sorted by relevance
21 char_u *skip_var_one(char_u *arg, int include_type);
1047 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() function
6282 lhs->lhs_dest_end = skip_var_one(var_start, FALSE); in compile_lhs()8229 p = skip_var_one(arg, FALSE); in compile_for()