Home
last modified time | relevance | path

Searched refs:clear_screen (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/util/
H A Dgrub-terminfo.in79 clear_screen="`get_seq clear_screen`"
80 if test "x$clear_screen" != x; then
81 clear_screen="--clear-screen=$clear_screen"
94 echo "terminfo --name=$termname" $cursor_address $clear_screen \
/titanic_41/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpq.c57 clear_screen() in clear_screen() function
122 clear_screen(); in main()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c38 .clear_screen = "\e[H\e[J",
229 grub_putstr (grub_tparm (term.clear_screen)); in ti_clear_screen()
H A Dterminfo.h30 char clear_screen[TERMINFO_LEN]; member
H A Dbuiltins.c4980 {"--clear-screen=", term.clear_screen}, in terminfo_func()
5033 ti_escape_string (term.clear_screen)); in terminfo_func()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dnewscreen.c327 (!clear_screen)) { in _chk_trm()
350 row_address = cursor_address = clear_screen = parm_down_cursor = in _forget()
H A Dwrefresh.c166 _PUTS(clear_screen, scrli); in wrefresh()
1205 _PUTS(clear_screen, scrli); in _useceod()
H A Dcaps141 clear_screen, "clear" "cl" Clear screen (*)
/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_console.c93 clear_screen(void) in clear_screen() function
655 clear_screen(); /* clears the grub or xen screen */ in bcons_init()
/titanic_41/usr/src/cmd/vi/port/
H A Dex_tty.c122 …olumns %d, clear_screen '%s', cursor_address '%s'\n", lines, columns, clear_screen, cursor_address… in setterm()
H A Dex_v.c326 if (!clear_screen) { in vop()
H A Dex_vput.c51 tfixnl(), fprintf(trace, "------\nvclear, clear_screen '%s'\n", clear_screen); in vclear()
53 tputs(clear_screen, lines, putch); in vclear()
H A Dex_cmds.c616 if (clear_screen && span() > lines) {
H A Dex_cmdsub.c1134 } else if (znoclear == 0 && clear_screen != NOSTR && !inopen) { in zop2()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c186 if (y == 0 && clear_screen != (char *) 0) {
187 (void) tputs(clear_screen, 1, __m_outc);
H A Dnewterm.c293 clear_screen =
H A Dcaps146 clear_screen clear cl str Clear screen (P*)
/titanic_41/usr/src/cmd/pg/
H A Dpg.c1644 if (clropt && !clear_screen) in terminit()
1719 if (clear_screen) in doclear()
1720 (void) putp(clear_screen); in doclear()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c289 clear_screen = clr_eos = cursor_up = cursor_down = NULL; in newterm()
H A Ddoupdate.c188 if (y == 0 && clear_screen != NULL) { in clear_bottom()
189 (void) TPUTS(clear_screen, 1, __m_outc); in clear_bottom()
H A Dcaps146 clear_screen clear cl str Clear screen (P*)
/titanic_41/usr/src/uts/common/io/
H A Dtem.c210 boolean_t init_color, boolean_t clear_screen) in tem_internal_init() argument
243 clear_screen, init_color); in tem_internal_init()
/titanic_41/usr/src/cmd/more/
H A Dmore.c941 if (clear_screen && !hard) { in doclear()
942 putp(clear_screen); in doclear()