Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
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()
/dragonfly/contrib/libedit/src/
HDterminal.c148 #define T_up 26 macro
235 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0; in terminal_setflags()
517 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up))) in terminal_move_to_line()
520 if (GoodStr(T_up)) in terminal_move_to_line()
522 terminal_tputs(el, Str(T_up), 1); in terminal_move_to_line()