Lines Matching refs:ends_excmd2
3678 if (ends_excmd2(eap->cmd, arg)) in syn_cmd_clear()
3698 while (!ends_excmd2(eap->cmd, arg)) in syn_cmd_clear()
3894 if (ends_excmd2(eap->cmd, arg)) in syn_cmd_list()
3909 while (!ends_excmd2(eap->cmd, arg) && !got_int) in syn_cmd_list()
4585 : ends_excmd2(start, arg + len)))) in get_syn_options()
4848 for ( ; rest != NULL && !ends_excmd2(eap->arg, rest); in syn_cmd_keyword()
4853 if (rest == NULL || ends_excmd2(eap->arg, rest)) in syn_cmd_keyword()
4982 if (!ends_excmd2(eap->cmd, rest) || eap->skip) in syn_cmd_match()
5097 while (rest != NULL && !ends_excmd2(eap->cmd, rest)) in syn_cmd_region()
5101 if (rest == NULL || ends_excmd2(eap->cmd, rest)) in syn_cmd_region()
5630 if (rest == NULL || !ends_excmd2(eap->cmd, rest)) in syn_cmd_cluster()
5740 if (!ends_excmd2(arg, end) && !VIM_ISWHITE(*end)) in get_syn_pattern()
5763 if (ends_excmd2(eap->cmd, arg_start)) in syn_cmd_sync()
5769 while (!ends_excmd2(eap->cmd, arg_start)) in syn_cmd_sync()
5781 if (!ends_excmd2(eap->cmd, next_arg)) in syn_cmd_sync()
5951 if (ends_excmd2(*arg, p)) in get_id_list()
5961 while (!ends_excmd2(*arg, p)) in get_id_list()