Home
last modified time | relevance | path

Searched refs:cursor_home (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/games/hack/
Dhack.terminfo.c148 } else if (cursor_home) { in nocmov()
247 if (cursor_home) in home()
248 xputs(cursor_home); in home()
/netbsd/src/games/tetris/
Dscreen.c309 if (cursor_home) in scr_update()
310 putpad(cursor_home); in scr_update()
/netbsd/src/lib/libcurses/
Dcr_put.c239 if (cursor_home) { in plod()
278 tputs(cursor_home, 0, plodput); in plod()
Drefresh.c1891 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/
Dterm.h1164 #define cursor_home t_cursor_home(cur_term) macro