Lines Matching refs:nextcmd
1970 || (ea.nextcmd = check_nextcmd(ea.cmd)) != NULL) in do_one_cmd()
2352 ea.nextcmd = p + 1; in do_one_cmd()
2682 if (ea.nextcmd && *ea.nextcmd == NUL) // not really a next command in do_one_cmd()
2683 ea.nextcmd = NULL; in do_one_cmd()
2690 return ea.nextcmd; in do_one_cmd()
2816 if (eap->nextcmd == NULL) in parse_command_modifiers()
2818 eap->nextcmd = vim_strchr(eap->cmd, '\n'); in parse_command_modifiers()
2819 if (eap->nextcmd != NULL) in parse_command_modifiers()
2820 ++eap->nextcmd; in parse_command_modifiers()
4980 if (eap->nextcmd != NULL) in repl_cmdline()
4981 i += (int)STRLEN(eap->nextcmd);// add space for next command in repl_cmdline()
4999 if (eap->nextcmd != NULL) // append next command in repl_cmdline()
5002 STRCPY(new_cmdline + i, eap->nextcmd); in repl_cmdline()
5003 eap->nextcmd = new_cmdline + i; in repl_cmdline()
5085 eap->nextcmd = check_nextcmd(p); in separate_nextcmd()
5480 if (eap->nextcmd == NULL) in set_nextcmd()
5481 eap->nextcmd = p; in set_nextcmd()
6899 if (eap->nextcmd != NULL) in do_exedit()
6901 stuffReadbuff(eap->nextcmd); in do_exedit()
6902 eap->nextcmd = NULL; in do_exedit()
7634 && eap->nextcmd == NULL) in ex_wincmd()
7800 eap->nextcmd = NULL; in ex_copymove()