Searched refs:E_VIONLY (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_cmd.c | 110 {L("bg"), ex_bg, E_VIONLY, 175 {L("fg"), ex_fg, E_NEWSCREEN|E_VIONLY, 281 {L("resize"), ex_resize, E_VIONLY, 401 {L("vsplit"), ex_edit, E_VIONLY,
|
H A D | ex.h | 26 #define E_VIONLY 0x00000400 /* Meaningful only in vi. */ macro
|
H A D | ex.c | 576 if (F_ISSET(sp, SC_EX) && (F_ISSET(ecp->cmd, E_VIONLY) || newscreen)) { in ex_cmd()
|