Searched refs:redraw (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/dialog/
H A Dprogressbox.c129 bool redraw = TRUE; local
141 if (redraw) {
142 redraw = FALSE;
164 redraw = TRUE;
168 redraw = TRUE;
/freebsd-12-stable/sys/ddb/
H A Ddb_input.c238 redraw:
276 goto redraw;
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_msg.c583 * image itself is wrong, so redraw everything.
611 /* Set up the redraw of the overwritten lines. */
643 int redraw; local
695 redraw = 0;
707 redraw = 0;
721 redraw = 1;
729 if (redraw)
/freebsd-12-stable/contrib/ee/
H A Dee.c326 void redraw P_((void));
421 {"", NULL, NULL, NULL, redraw, -1},
1005 draw_line(vertical, horiz, ptr, t_pos, length) /* redraw line from current position */
1758 redraw();
2376 draw_screen() /* redraw the screen from current postion */
3263 redraw();
3333 redraw();
3480 case '\022': /* ^r, redraw */
3549 redraw();
3683 redraw();
3852 redraw() function
[all...]
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfstat.c1318 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1521 redraw = 1;
1692 if (redraw)
1697 if (redraw) {
1699 redraw = 0;
1718 redraw = 1;
/freebsd-12-stable/stand/lua/
H A Dmenu.lua378 -- screen redraws, instead of relying on whatever triggered the redraw to update
435 -- redraw it.

Completed in 214 milliseconds