Searched refs:next_arg (Results 1 – 1 of 1) sorted by relevance
5757 char_u *next_arg; in syn_cmd_sync() local5772 next_arg = skipwhite(arg_end); in syn_cmd_sync()5781 if (!ends_excmd2(eap->cmd, next_arg)) in syn_cmd_sync()5783 arg_end = skiptowhite(next_arg); in syn_cmd_sync()5786 (int)(arg_end - next_arg)); in syn_cmd_sync()5787 next_arg = skipwhite(arg_end); in syn_cmd_sync()5840 arg_end = skip_regexp(next_arg + 1, *next_arg, TRUE); in syn_cmd_sync()5851 vim_strnsave(next_arg + 1, in syn_cmd_sync()5876 next_arg = skipwhite(arg_end + 1); in syn_cmd_sync()5880 eap->arg = next_arg; in syn_cmd_sync()[all …]