Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/ex/
H A Dex_cmd.c110 {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 Dex.h26 #define E_VIONLY 0x00000400 /* Meaningful only in vi. */ macro
H A Dex.c572 if (F_ISSET(sp, SC_EX) && (F_ISSET(ecp->cmd, E_VIONLY) || newscreen)) { in ex_cmd()