Searched refs:cursor_home (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/games/hack/ |
| D | hack.terminfo.c | 148 } else if (cursor_home) { in nocmov() 247 if (cursor_home) in home() 248 xputs(cursor_home); in home()
|
| /netbsd/src/games/tetris/ |
| D | screen.c | 309 if (cursor_home) in scr_update() 310 putpad(cursor_home); in scr_update()
|
| /netbsd/src/lib/libcurses/ |
| D | cr_put.c | 239 if (cursor_home) { in plod() 278 tputs(cursor_home, 0, plodput); in plod()
|
| D | refresh.c | 1891 if (change_scroll_region != NULL && cursor_home != NULL && in scrolln() 1900 tputs(cursor_home, 0, __cputchar); in scrolln() 1911 tputs(cursor_home, 0, __cputchar); in scrolln() 1960 if (change_scroll_region != NULL && cursor_home != NULL && in scrolln() 1969 tputs(cursor_home, 0, __cputchar); in scrolln() 1981 tputs(cursor_home, 0, __cputchar); in scrolln()
|
| /netbsd/src/lib/libterminfo/ |
| D | term.h | 1164 #define cursor_home t_cursor_home(cur_term) macro
|