Searched refs:cmd_start (Results 1 – 4 of 4) sorted by relevance
1065 char_u *cmd_start, *cmd_end; in add_llist_tags() local1070 cmd_start = tagp.command; in add_llist_tags()1087 if (*cmd_start == '/' || *cmd_start == '?') in add_llist_tags()1088 cmd_start++; in add_llist_tags()1098 if (*cmd_start == '^') in add_llist_tags()1101 cmd_start++; in add_llist_tags()1110 cmd_len = (int)(cmd_end - cmd_start + 1); in add_llist_tags()1113 STRNCAT(cmd, cmd_start, cmd_len); in add_llist_tags()
511 int cmd_start; in execreg_line_continuation() local527 cmd_start = i; in execreg_line_continuation()530 ga_concat(&ga, lines[cmd_start]); in execreg_line_continuation()531 for (j = cmd_start + 1; j <= cmd_end; j++) in execreg_line_continuation()
5423 ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd) in ends_excmd2()5433 && (cmd == cmd_start || VIM_ISWHITE(cmd[-1])); in ends_excmd2()
32 int ends_excmd2(char_u *cmd_start, char_u *cmd);