Searched refs:SC_SCR_REDRAW (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/nvi/vi/
H A Dvs_refresh.c79 * If SC_SCR_REDRAW is set in the current screen, repaint everything
82 if (F_ISSET(sp, SC_SCR_REDRAW))
85 F_SET(tsp, SC_SCR_REDRAW | SC_STATUS);
96 pub_paint = SC_SCR_REFORMAT | SC_SCR_REDRAW;
114 * Also, always do it last -- that way, SC_SCR_REDRAW can be set
206 F_SET(sp, SC_SCR_REDRAW);
280 F_SET(sp, SC_SCR_REDRAW);
350 F_SET(sp, SC_SCR_REDRAW);
376 F_SET(sp, SC_SCR_REDRAW);
400 F_SET(sp, SC_SCR_REDRAW);
[all...]
H A Dv_z.c143 F_SET(sp, SC_SCR_REDRAW);
H A Dvs_smap.c194 F_SET(sp, SC_SCR_REDRAW);
789 F_SET(sp, SC_SCR_REDRAW);
1022 F_SET(sp, SC_SCR_REDRAW);
H A Dvs_msg.c586 F_SET(sp, SC_SCR_REDRAW);
H A Dvs_split.c785 F_SET(nsp, SC_SCR_REDRAW | SC_STATUS);
H A Dv_txt.c102 F_SET(sp, SC_SCR_REDRAW); /* XXX */
2340 F_SET(sp, SC_SCR_REDRAW);
/freebsd-11.0-release/contrib/nvi/common/
H A Dscreen.h168 * SC_SCR_REDRAW.
169 * SC_SCR_REDRAW
171 * setting SC_SCR_REDRAW in the current window causes *all* windows to
182 #define SC_SCR_REDRAW 0x00000040 /* Refresh. */ macro

Completed in 135 milliseconds