Home
last modified time | relevance | path

Searched refs:C_VSPLIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_edit.c83 if (F_ISSET(cmdp, E_NEWSCREEN) || cmdp->cmd == &cmds[C_VSPLIT]) in ex_edit()
116 if ((cmdp->cmd == &cmds[C_VSPLIT] && vs_vsplit(sp, new)) || in ex_N_edit()
117 (cmdp->cmd != &cmds[C_VSPLIT] && vs_split(sp, new, 0))) { in ex_N_edit()
H A Dex.c633 ecp->cmd == &cmds[C_VSPLIT]) { in ex_cmd()
/freebsd/usr.bin/vi/
H A Dex_def.h69 #define C_VSPLIT 68 macro