Searched refs:end_subcmd (Results 1 – 2 of 2) sorted by relevance
391 char_u *end_subcmd; in set_context_in_profile_cmd() local398 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()
2049 char_u *end_subcmd; in set_context_in_sign_cmd() local2059 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()