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

12

/netbsd-current/external/bsd/tmux/dist/
H A Dimage.c47 int redraw = !TAILQ_EMPTY(&s->images); local
51 return (redraw);
124 int redraw = 0; local
129 redraw = 1;
132 return (redraw);
139 int redraw = 0; local
147 redraw = 1;
149 return (redraw);
156 int redraw = 0; local
163 redraw
[all...]
H A Dscreen-redraw.c505 int redraw; local
510 redraw = status_message_redraw(c);
512 redraw = status_prompt_redraw(c);
514 redraw = status_redraw(c);
515 if (!redraw && (~flags & CLIENT_REDRAWSTATUSALWAYS))
524 redraw = 0;
527 redraw = 1;
529 if (redraw)
535 /* Set up redraw context. */
H A DMakefile.am173 screen-redraw.c \
/netbsd-current/games/boggle/boggle/
H A Dextern.h55 void redraw(void);
H A Dbog.c254 redraw();
267 redraw();
H A Dmach.c235 redraw();
271 redraw(void) function
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dprompt.c109 goto redraw;
129 goto redraw;
146 redraw:
/netbsd-current/games/dab/
H A Dgamescreen.h63 virtual void redraw(void) = 0; // Refresh
H A Dttyscrn.h52 void redraw(void);
H A Dboard.cc189 _scrn->redraw();
197 _scrn->redraw();
H A Dbox.cc102 _b.getScrn()->redraw();
H A Dttyscrn.cc155 void TTYSCRN::redraw(void) function in class:TTYSCRN
/netbsd-current/usr.bin/systat/
H A Dkeyboard.c80 redraw();
87 redraw();
H A Dextern.h192 void redraw(void);
H A Dmain.c340 redraw(void) function
/netbsd-current/games/atc/
H A Dextern.h98 void redraw(void);
H A Dgraphics.c389 redraw(void) function
/netbsd-current/sys/dev/ic/
H A Dhd44780var.h116 struct callout redraw; /* wsdisplay refresh/redraw timer */ member in struct:hd44780_chip
H A Dhd44780_subr.c265 callout_schedule(&hdscr->hlcd_sc->redraw, 1);
355 callout_schedule(&sc->redraw, 1);
392 callout_init(&sc->redraw, 0);
393 callout_setfunc(&sc->redraw, hlcd_redraw, sc);
398 callout_stop(&sc->redraw);
399 callout_destroy(&sc->redraw);
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dvs_msg.c596 * image itself is wrong, so redraw everything.
624 /* Set up the redraw of the overwritten lines. */
657 int redraw; local
710 redraw = 0;
722 redraw = 0;
736 redraw = 1;
744 if (redraw)
/netbsd-current/external/bsd/nvi/dist/ipc/
H A Dip.h105 IPFunc redraw; member in struct:ip_si_operations
H A Dipc_cmd.c53 {"", ipc_unmarshall, OFFSET(IPSIOPS, redraw)},
/netbsd-current/games/cgram/
H A Dcgram.c328 redraw(void) function
573 redraw();
/netbsd-current/external/bsd/tmux/usr.bin/tmux/
H A DMakefile120 screen-redraw.c \
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfstat.c1301 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1504 redraw = 1;
1675 if (redraw)
1680 if (redraw) {
1682 redraw = 0;
1701 redraw = 1;

Completed in 308 milliseconds

12