Lines Matching refs:do_ecmd_cmd
2315 ea.do_ecmd_cmd = getargcmd(&ea.arg); in do_one_cmd()
5007 if (eap->do_ecmd_cmd != NULL && eap->do_ecmd_cmd != dollar_command) in repl_cmdline()
5008 eap->do_ecmd_cmd = new_cmdline + (eap->do_ecmd_cmd - *cmdlinep); in repl_cmdline()
5321 if (eap->do_ecmd_cmd != NULL) in ex_buffer()
5322 do_cmd_argument(eap->do_ecmd_cmd); in ex_buffer()
5334 if (eap->do_ecmd_cmd != NULL) in ex_bmodified()
5335 do_cmd_argument(eap->do_ecmd_cmd); in ex_bmodified()
5349 if (eap->do_ecmd_cmd != NULL) in ex_bnext()
5350 do_cmd_argument(eap->do_ecmd_cmd); in ex_bnext()
5366 if (eap->do_ecmd_cmd != NULL) in ex_bprevious()
5367 do_cmd_argument(eap->do_ecmd_cmd); in ex_bprevious()
5383 if (eap->do_ecmd_cmd != NULL) in ex_brewind()
5384 do_cmd_argument(eap->do_ecmd_cmd); in ex_brewind()
5398 if (eap->do_ecmd_cmd != NULL) in ex_blast()
5399 do_cmd_argument(eap->do_ecmd_cmd); in ex_blast()
7015 if (eap->do_ecmd_cmd != NULL) in do_exedit()
7016 do_cmd_argument(eap->do_ecmd_cmd); in do_exedit()