Searched refs:T_UP (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 161 #define T_UP 38 macro 302 tstr[T_UP].name = "UP"; in terminit() 303 tstr[T_UP].long_name = CSAVS(4, 36, "cursor up multiple"); in terminit() 468 T_CanUP = GoodStr(T_up) || GoodStr(T_UP); in SetTC() 1059 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in MoveToLine() 1060 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, PUTPURE); in MoveToLine() 1478 T_CanUP = GoodStr(T_up) || GoodStr(T_UP); in GetTermCaps()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 175 #define T_UP 35 macro 244 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags() 515 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line() 516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del); in terminal_move_to_line()
|