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

/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dextern.h55 void redraw(void);
H A Dbog.c253 redraw();
266 redraw();
H A Dmach.c235 redraw();
271 redraw(void) function
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/stand/common/
H A Dprompt.c109 goto redraw;
129 goto redraw;
146 redraw:
/netbsd-6-1-5-RELEASE/games/dab/
H A Dgamescreen.h63 virtual void redraw(void) = 0; // Refresh
H A Dttyscrn.h52 void redraw(void);
H A Dboard.cc188 _scrn->redraw();
196 _scrn->redraw();
H A Dbox.cc101 _b.getScrn()->redraw();
H A Dttyscrn.cc155 void TTYSCRN::redraw(void) function in class:TTYSCRN
/netbsd-6-1-5-RELEASE/games/atc/
H A Dextern.h89 void redraw(void);
H A Dgraphics.c410 redraw(void) function
H A Dinput.c376 (void)redraw();
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dkeyboard.c80 redraw();
87 redraw();
H A Dextern.h180 void redraw(void);
H A Dmain.c330 redraw(void) function
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dhd44780var.h113 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);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_msg.c592 * image itself is wrong, so redraw everything.
620 /* Set up the redraw of the overwritten lines. */
653 int redraw; local
706 redraw = 0;
718 redraw = 0;
732 redraw = 1;
740 if (redraw)
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dip.h106 IPFunc redraw; member in struct:ip_si_operations
H A Dipc_cmd.c52 {"", ipc_unmarshall, OFFSET(IPSIOPS, redraw)},
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dserver-client.c242 * Don't need timed redraw for messages/prompts so bail
570 * is disabled until the redraw has finished and prevent the redraw triggering
583 * until the redraw has completed (or enough of it to drop below the
593 /* Once drained, allow data through again and schedule redraw. */
613 int flags, redraw; local
623 redraw = status_message_redraw(c);
625 redraw = status_prompt_redraw(c);
627 redraw = status_redraw(c);
628 if (!redraw)
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipfstat.c1211 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; local
1411 redraw = 1;
1582 if (redraw)
1587 if (redraw) {
1589 redraw = 0;
1608 redraw = 1;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/usr.bin/tmux/
H A DMakefile119 SRCS+= screen-redraw.c
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dffb.c261 printf("%s: found old DAC, enabling redraw on unblank\n",
812 int redraw = 0; local
817 redraw = 1;
834 redraw = 1;
837 if (redraw) {
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dxtabbed.c1308 Bool redraw = FALSE, resize_labels = FALSE;
1321 redraw = TRUE;
1325 redraw = TRUE;
1354 redraw = TRUE;
1357 redraw = TRUE;
1359 return redraw;
1302 Bool redraw = FALSE, resize_labels = FALSE; local

Completed in 338 milliseconds