Home
last modified time | relevance | path

Searched refs:cmd_start (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c1065 char_u *cmd_start, *cmd_end; in add_llist_tags() local
1070 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()
H A Dregister.c511 int cmd_start; in execreg_line_continuation() local
527 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()
H A Dex_docmd.c5423 ends_excmd2(char_u *cmd_start UNUSED, char_u *cmd) in ends_excmd2()
5433 && (cmd == cmd_start || VIM_ISWHITE(cmd[-1])); in ends_excmd2()
/vim-8.2.3635/src/proto/
H A Dex_docmd.pro32 int ends_excmd2(char_u *cmd_start, char_u *cmd);