Searched refs:do_ecmd_cmd (Results 1 – 3 of 3) sorted by relevance
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()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()5383 if (eap->do_ecmd_cmd != NULL) in ex_brewind()5398 if (eap->do_ecmd_cmd != NULL) in ex_blast()[all …]
1918 char_u *do_ecmd_cmd; // +command arg to be used in edited file member
2530 command = eap->do_ecmd_cmd; in do_ecmd()