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

/openbsd-current/usr.bin/vi/ex/
H A Dex_cmd.c111 {"bg", ex_bg, E_VIONLY,
171 {"fg", ex_fg, E_NEWSCREEN|E_VIONLY,
277 {"resize", ex_resize, E_VIONLY,
H A Dex.h30 #define E_VIONLY 0x00000400 /* Meaningful only in vi. */ macro
H A Dex.c574 if (F_ISSET(sp, SC_EX) && (F_ISSET(ecp->cmd, E_VIONLY) || newscreen)) {

Completed in 79 milliseconds