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

/macosx-10.10/ncurses-44/ncurses/progs/
H A Dclear.c56 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR)
/macosx-10.10/ncurses-44/ncurses/test/
H A Ddots.c77 outs(clear_screen);
111 outs(clear_screen);
H A Ddots_mvcur.c77 outs(clear_screen);
113 outs(clear_screen);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dss.rb260 def clear_screen method in class:TkHTML_File_Viewer
308 clear_screen()
357 clear_screen()
405 clear_screen()
H A Dhv.rb179 clear_screen = proc{
192 clear_screen.call
/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_set_term.c295 clear_screen = 0;
481 * hooks except for clear_screen and the cursor addressing.
/macosx-10.10/ncurses-44/ncurses/ncurses/tty/
H A Dtty_update.c1430 bool fast_clear = (clear_screen || clr_eos || clr_eol);
1445 if (clear_screen) {
1447 TPUTS_TRACE("clear_screen");
1448 putp(clear_screen);
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c134 void (*clear_screen)(unsigned int xx, unsigned int yy, unsigned int top, member in struct:__anon15238
360 gc_ops.clear_screen(xx, yy, top, bottom, which);
474 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2);
2820 gc_ops.clear_screen = vc_clear_screen;
/macosx-10.10/vim-55/src/
H A Dos_win32.c177 static void clear_screen(void);
3569 clear_screen(void) function
4122 clear_screen();
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.uwin297 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
H A DCaps329 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
H A DCaps.aix4329 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
H A DCaps.hpux11331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)
H A DCaps.keys331 clear_screen clear str cl - - YBCGE clear screen and home cursor (P*)

Completed in 212 milliseconds