Home
last modified time | relevance | path

Searched refs:end_subcmd (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c391 char_u *end_subcmd; in set_context_in_profile_cmd() local
398 end_subcmd = skiptowhite(arg); in set_context_in_profile_cmd()
399 if (*end_subcmd == NUL) in set_context_in_profile_cmd()
402 if (end_subcmd - arg == 5 && STRNCMP(arg, "start", 5) == 0) in set_context_in_profile_cmd()
405 xp->xp_pattern = skipwhite(end_subcmd); in set_context_in_profile_cmd()
H A Dsign.c2049 char_u *end_subcmd; in set_context_in_sign_cmd() local
2059 end_subcmd = skiptowhite(arg); in set_context_in_sign_cmd()
2060 if (*end_subcmd == NUL) in set_context_in_sign_cmd()
2065 cmd_idx = sign_cmd_idx(arg, end_subcmd); in set_context_in_sign_cmd()
2070 begin_subcmd_args = skipwhite(end_subcmd); in set_context_in_sign_cmd()