Searched refs:SC_STATUS (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_screen.c60 F_SET(sp->nextdisp, SC_STATUS);
61 F_SET(sp, SC_SSWITCH | SC_STATUS);
H A Dvs_split.c187 * call vs_refresh() with SC_STATUS set
196 SC_SCR_REFORMAT | SC_STATUS |
269 F_SET(sp, SC_SCR_REFORMAT | SC_STATUS);
278 * call vs_refresh() with SC_STATUS set
287 SC_SCR_REFORMAT | SC_STATUS |
421 F_SET(tsp, SC_STATUS);
431 F_SET(tsp, SC_STATUS);
785 F_SET(nsp, SC_SCR_REDRAW | SC_STATUS);
895 F_SET(g, SC_SCR_REFORMAT | SC_STATUS);
902 F_SET(s, SC_SCR_REFORMAT | SC_STATUS);
[all...]
H A Dvs_msg.c667 if (F_ISSET(sp, SC_STATUS)) {
668 F_CLR(sp, SC_STATUS);
H A Dvs_refresh.c85 F_SET(tsp, SC_SCR_REDRAW | SC_STATUS);
136 if (F_ISSET(tsp, SC_STATUS)) {
H A Dvi.c378 F_SET(sp, SC_STATUS);
/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h205 #define SC_STATUS 0x02000000 /* Welcome message. */ macro
H A Dexf.c417 F_SET(sp, SC_SCR_REFORMAT | SC_STATUS);
/freebsd-11.0-release/contrib/nvi/ex/
H A Dex.c91 if (F_ISSET(sp, SC_STATUS)) {
94 F_CLR(sp, SC_STATUS);

Completed in 130 milliseconds