Searched refs:clear_screen (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/top/
H A Dscreen.c70 char *clear_screen; variable
192 if ((clear_screen = tgetstr("cl", &bufptr)) == NULL ||
456 putcap(clear_screen);
/freebsd-11-stable/contrib/ncurses/progs/
H A Dclear.c64 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR)
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c356 clear_screen = 0;
535 * hooks except for clear_screen and the cursor addressing.
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c787 && VALID_STRING(clear_screen)) {
H A Dtinfo_driver.c162 && VALID_STRING(clear_screen)) {
971 clear_screen = 0;
1114 * hooks except for clear_screen and the cursor addressing.
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1550 bool fast_clear = (clear_screen || clr_eos || clr_eol);
1569 if (clear_screen) {
1571 NCURSES_PUTP2("clear_screen", clear_screen);
/freebsd-11-stable/contrib/dialog/
H A Dutil.c405 (void) tputs(clear_screen, 0, my_putc);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_bios.h115 u8 clear_screen:3; member in struct:bdb_general_features

Completed in 175 milliseconds