Home
last modified time | relevance | path

Searched refs:T_up (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
HDed.screen.c152 #define T_up 29 macro
275 tstr[T_up].name = "up"; in terminit()
276 tstr[T_up].long_name = CSAVS(4, 27, "cursor up one"); 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()
1063 if (GoodStr(T_up)) in MoveToLine()
1065 (void) tputs(Str(T_up), 1, PUTPURE); in MoveToLine()
1478 T_CanUP = GoodStr(T_up) || GoodStr(T_UP); in GetTermCaps()
/freebsd-11-stable/lib/libedit/
HDterminal.c149 #define T_up 26 macro
236 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags()
550 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()
553 if (GoodStr(T_up)) in terminal_move_to_line()
555 terminal_tputs(el, Str(T_up), 1); in terminal_move_to_line()