Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.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/contrib/libedit/
H A Dterminal.c157 #define T_up 26 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()
518 if (GoodStr(T_up)) in terminal_move_to_line()
520 terminal_tputs(el, Str(T_up), 1); in terminal_move_to_line()