Searched refs:SC_STATUS_CNT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/nvi/ex/
H A Dex_args.c108 F_SET(sp, SC_STATUS_CNT);
161 F_SET(new, SC_STATUS_CNT);
252 F_SET(sp, SC_FSWITCH | SC_STATUS_CNT);
/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h206 #define SC_STATUS_CNT 0x04000000 /* Welcome message plus file count. */ macro
H A Dmsg.c572 if (F_ISSET(sp, SC_STATUS_CNT) && sp->argv != NULL) {
581 F_CLR(sp, SC_STATUS_CNT);
H A Dmain.c407 F_SET(sp, LF_ISSET(SC_EX | SC_VI) | SC_STATUS_CNT);

Completed in 32 milliseconds