Searched refs:do_ecmd_cmd (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dex_docmd.c2384 ea.do_ecmd_cmd = getargcmd(&ea.arg);
4605 if (eap->do_ecmd_cmd != NULL && eap->do_ecmd_cmd != dollar_command)
4606 eap->do_ecmd_cmd = new_cmdline + (eap->do_ecmd_cmd - *cmdlinep);
7720 if (eap->do_ecmd_cmd != NULL)
7721 do_cmdline_cmd(eap->do_ecmd_cmd);
H A Dex_cmds.h1166 char_u *do_ecmd_cmd; /* +command arg to be used in edited file */ member in struct:exarg
H A Dex_cmds.c3150 command = eap->do_ecmd_cmd;

Completed in 254 milliseconds