Home
last modified time | relevance | path

Searched refs:cursor_up (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libcurses/
H A Dcr_put.c165 if (destline < outline && !(cursor_address || cursor_up)) in fgoto()
273 if (i + destline < j || (!cursor_up && destline < outline)) { in plod()
287 if (i + k + 2 < j && (k <= 0 || cursor_up)) { in plod()
295 if (!cursor_up && destline < outline) in plod()
391 tputs(cursor_up, 0, plodput); in plod()
/netbsd-src/games/hack/
H A Dhack.terminfo.c141 if (cursor_up) { in nocmov()
143 xputs(cursor_up); in nocmov()
/netbsd-src/usr.bin/ul/
H A Dul.c406 PRINT(cursor_up); in reverse()
407 PRINT(cursor_up); in reverse()
/netbsd-src/games/tetris/
H A Dscreen.c125 if (cursor_address == NULL || cursor_up == NULL) in scr_init()
/netbsd-src/lib/libterminfo/
H A Dtermcap.c75 UP = __UNCONST(cursor_up); in tgetent()
H A Dterm.h1171 #define cursor_up t_cursor_up(cur_term) macro