Home
last modified time | relevance | path

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

/freebsd/usr.bin/vi/
H A Doptions_def.h74 #define O_VERBOSE 73 macro
/freebsd/contrib/nvi/common/
H A Dmsg.c79 if (F_ISSET(sp, SC_VI) && !O_ISSET(sp, O_VERBOSE)) { in msgq()
86 if (!O_ISSET(sp, O_VERBOSE)) in msgq()
H A Dmain.c257 O_CLR(sp, O_VERBOSE); in editor()