/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | grub-terminfo.in | 79 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 D | lpq.c | 57 clear_screen() in clear_screen() function 122 clear_screen(); in main()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | terminfo.c | 38 .clear_screen = "\e[H\e[J", 229 grub_putstr (grub_tparm (term.clear_screen)); in ti_clear_screen()
|
H A D | terminfo.h | 30 char clear_screen[TERMINFO_LEN]; member
|
H A D | builtins.c | 4980 {"--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 D | newscreen.c | 327 (!clear_screen)) { in _chk_trm() 350 row_address = cursor_address = clear_screen = parm_down_cursor = in _forget()
|
H A D | wrefresh.c | 166 _PUTS(clear_screen, scrli); in wrefresh() 1205 _PUTS(clear_screen, scrli); in _useceod()
|
H A D | caps | 141 clear_screen, "clear" "cl" Clear screen (*)
|
/titanic_41/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 93 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 D | ex_tty.c | 122 …olumns %d, clear_screen '%s', cursor_address '%s'\n", lines, columns, clear_screen, cursor_address… in setterm()
|
H A D | ex_v.c | 326 if (!clear_screen) { in vop()
|
H A D | ex_vput.c | 51 tfixnl(), fprintf(trace, "------\nvclear, clear_screen '%s'\n", clear_screen); in vclear() 53 tputs(clear_screen, lines, putch); in vclear()
|
H A D | ex_cmds.c | 616 if (clear_screen && span() > lines) {
|
H A D | ex_cmdsub.c | 1134 } else if (znoclear == 0 && clear_screen != NOSTR && !inopen) { in zop2()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | doupdate.c | 186 if (y == 0 && clear_screen != (char *) 0) { 187 (void) tputs(clear_screen, 1, __m_outc);
|
H A D | newterm.c | 293 clear_screen =
|
H A D | caps | 146 clear_screen clear cl str Clear screen (P*)
|
/titanic_41/usr/src/cmd/pg/ |
H A D | pg.c | 1644 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 D | newterm.c | 289 clear_screen = clr_eos = cursor_up = cursor_down = NULL; in newterm()
|
H A D | doupdate.c | 188 if (y == 0 && clear_screen != NULL) { in clear_bottom() 189 (void) TPUTS(clear_screen, 1, __m_outc); in clear_bottom()
|
H A D | caps | 146 clear_screen clear cl str Clear screen (P*)
|
/titanic_41/usr/src/uts/common/io/ |
H A D | tem.c | 210 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 D | more.c | 941 if (clear_screen && !hard) { in doclear() 942 putp(clear_screen); in doclear()
|