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

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_cmd.c114 {L("bg"), ex_bg, E_VIONLY,
179 {L("fg"), ex_fg, E_NEWSCREEN|E_VIONLY,
285 {L("resize"), ex_resize, E_VIONLY,
405 {L("vsplit"), ex_edit, E_VIONLY,
H A Dex.h28 #define E_VIONLY 0x00000400 /* Meaningful only in vi. */ macro
H A Dex.c576 if (F_ISSET(sp, SC_EX) && (F_ISSET(ecp->cmd, E_VIONLY) || newscreen)) {

Completed in 172 milliseconds