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

12

/netbsd-current/lib/libcurses/
H A Dclearok.c1 /* $NetBSD: clearok.c,v 1.4 2000/04/24 14:09:42 blymn Exp $ */
34 __RCSID("$NetBSD: clearok.c,v 1.4 2000/04/24 14:09:42 blymn Exp $");
41 * clearok --
45 clearok(WINDOW *win, bool bf) function
H A Dscreen.c106 clearok(curscr, new->clearok);
208 clearok(new_screen->stdscr, 1);
H A DMakefile20 background.c bell.c border.c box.c chgat.c clear.c clearok.c \
75 curses_clear.3 clear.3 curses_clear.3 clearok.3 \
H A Dcurses_private.h262 int clearok; member in struct:__screen
H A Dresize.c165 clearok(curscr, TRUE);
/netbsd-current/games/boggle/boggle/
H A Dhelp.c63 clearok(win, 1);
102 clearok(stdscr, 1);
H A Dmach.c273 clearok(stdscr, 1);
524 clearok(stdscr, 1);
606 clearok(stdscr, 1);
/netbsd-current/games/phantasia/
H A Dio.c64 clearok(stdscr, TRUE);
221 clearok(stdscr, TRUE); /* force clear screen */
/netbsd-current/games/mille/
H A Dmille.c93 clearok(curscr, TRUE);
/netbsd-current/usr.sbin/sysinst/arch/emips/
H A Dmd.c181 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/arch/alpha/
H A Dmd.c171 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/arch/pmax/
H A Dmd.c182 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/arch/mipsco/
H A Dmd.c174 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/arch/hp300/
H A Dmd.c199 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/arch/mvme68k/
H A Dmd.c202 clearok(stdscr, 1);
/netbsd-current/usr.sbin/sysinst/
H A Drun.c371 clearok(stdscr, 1);
664 clearok(stdscr, 1);
730 clearok(stdscr, 1);
/netbsd-current/games/hunt/hunt/
H A Dplayit.c424 clearok(stdscr, TRUE);
/netbsd-current/tests/lib/libcurses/tests/
H A DMakefile35 FILES+= clearok
/netbsd-current/games/gomoku/
H A Dbdisp.c440 (void)clearok(stdscr, true);
/netbsd-current/usr.sbin/sysinst/arch/x68k/
H A Dmd.c307 clearok(stdscr, 1);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c445 clearok (stdscr, TRUE);
H A Dtui-win.c479 clearok (curscr, TRUE);
515 /* erase + clearok are used instead of a straightforward clear as
518 clearok (curscr, TRUE);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c463 clearok (stdscr, TRUE);
H A Dtui-win.c503 clearok (curscr, TRUE);
536 /* erase + clearok are used instead of a straightforward clear as
539 clearok (curscr, TRUE);
/netbsd-current/tests/lib/libcurses/
H A Dt_curses.sh1487 atf_test_case clearok
1494 h_run clearok
2370 atf_add_test_case clearok

Completed in 479 milliseconds

12