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

/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c152 #define T_up 29 macro
275 tstr[T_up].name = "up";
276 tstr[T_up].long_name = CSAVS(4, 27, "cursor up one");
468 T_CanUP = GoodStr(T_up) || GoodStr(T_UP);
1059 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up)))
1063 if (GoodStr(T_up))
1065 (void) tputs(Str(T_up), 1, PUTPURE);
1478 T_CanUP = GoodStr(T_up) || GoodStr(T_UP);
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c148 #define T_up 26 macro
235 EL_FLAGS |= (GoodStr(T_up) || GoodStr(T_UP)) ? TERM_CAN_UP : 0;
517 if (GoodStr(T_UP) && (-del > 1 || !GoodStr(T_up)))
520 if (GoodStr(T_up))
522 terminal_tputs(el, Str(T_up), 1);

Completed in 111 milliseconds