Lines Matching refs:command_end
28 char_u *command_end; // first char after command member
826 char_u *command_end; in print_tag_list() local
891 command_end = tagp.command_end; in print_tag_list()
892 if (command_end != NULL) in print_tag_list()
894 p = command_end + 3; in print_tag_list()
949 command_end = p; in print_tag_list()
962 while (p != command_end && vim_isspace(*p)) in print_tag_list()
965 while (p != command_end) in print_tag_list()
988 if (p == command_end - 2 && *p == '$' in print_tag_list()
992 if (p == command_end - 1 && *p == *tagp.command in print_tag_list()
1071 cmd_end = tagp.command_end; in add_llist_tags()
3221 tagp->command_end = NULL; in parse_match()
3230 tagp->command_end = p - 1; // drop trailing bar in parse_match()
3232 tagp->command_end = p; in parse_match()
4032 tp.command_end) == FAIL in get_tags()
4040 if (tp.command_end != NULL) in get_tags()
4042 for (p = tp.command_end + 3; in get_tags()