HomeSort by: relevance | last modified time | path
    Searched refs:SC_STATUS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nvi/dist/vi/
v_screen.c 66 F_SET(sp->nextdisp, SC_STATUS);
67 F_SET(sp, SC_SSWITCH | SC_STATUS);
vs_split.c 192 * call vs_refresh() with SC_STATUS set
201 SC_SCR_REFORMAT | SC_STATUS |
274 F_SET(sp, SC_SCR_REFORMAT | SC_STATUS);
283 * call vs_refresh() with SC_STATUS set
292 SC_SCR_REFORMAT | SC_STATUS |
426 F_SET(tsp, SC_STATUS);
436 F_SET(tsp, SC_STATUS);
798 F_SET(nsp, SC_SCR_REDRAW | SC_STATUS);
912 F_SET(g, SC_SCR_REFORMAT | SC_STATUS);
919 F_SET(s, SC_SCR_REFORMAT | SC_STATUS);
    [all...]
vs_msg.c 682 if (F_ISSET(sp, SC_STATUS)) {
683 F_CLR(sp, SC_STATUS);
vs_refresh.c 67 F_SET(tsp, SC_SCR_REDRAW | SC_STATUS);
119 if (F_ISSET(tsp, SC_STATUS)) {
vi.c 399 F_SET(sp, SC_STATUS);
  /src/external/bsd/nvi/dist/common/
screen.h 274 #define SC_STATUS 0x02000000 /* Welcome message. */
exf.c 421 F_SET(sp, SC_SCR_REFORMAT | SC_STATUS);
  /src/external/bsd/nvi/dist/ex/
ex.c 99 if (F_ISSET(sp, SC_STATUS)) {
102 F_CLR(sp, SC_STATUS);

Completed in 191 milliseconds