Home
last modified time | relevance | path

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

/dragonfly/usr.bin/vi/
H A Doptions_def.h73 #define O_VERBOSE 72 macro
/dragonfly/contrib/nvi2/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()