Searched refs:clear_screen (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ncurses/progs/
H A Dclear_cmd.c52 int retval = tputs(clear_screen, lines > 0 ? lines : 1, putch);
/freebsd-13-stable/usr.bin/top/
H A Dscreen.c47 static char *clear_screen; variable
148 if ((clear_screen = tgetstr("cl", &bufptr)) == NULL ||
294 putcap(clear_screen);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c232 && VALID_STRING(clear_screen)) {
1037 clear_screen = ABSENT_STRING;
1189 * hooks except for clear_screen and the cursor addressing.
H A Dlib_setup.c843 && VALID_STRING(clear_screen)) {
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1633 bool fast_clear = (clear_screen || clr_eos || clr_eol);
1652 if (clear_screen) {
1654 NCURSES_PUTP2("clear_screen", clear_screen);
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c374 clear_screen = ABSENT_STRING;
558 * hooks except for clear_screen and the cursor addressing.
/freebsd-13-stable/contrib/dialog/
H A Dutil.c405 (void) tputs(clear_screen, 0, my_putc);

Completed in 86 milliseconds