Searched refs:cursor_up (Results 1 – 6 of 6) sorted by relevance
165 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()
141 if (cursor_up) { in nocmov()143 xputs(cursor_up); in nocmov()
406 PRINT(cursor_up); in reverse()407 PRINT(cursor_up); in reverse()
125 if (cursor_address == NULL || cursor_up == NULL) in scr_init()
75 UP = __UNCONST(cursor_up); in tgetent()
1171 #define cursor_up t_cursor_up(cur_term) macro