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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c154 #define T_ue 31 macro
281 tstr[T_ue].name = "ue";
282 tstr[T_ue].long_name = CSAVS(4, 29, "end underline");
458 if (GoodStr(T_me) && GoodStr(T_ue))
459 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0);
951 if ((cur_atr & UNDER) && GoodStr(T_ue)) {
952 (void) tputs(Str(T_ue), 1, PUTPURE);
975 if (GoodStr(T_us) && GoodStr(T_ue)) {
981 if (GoodStr(T_ue)) {
982 (void) tputs(Str(T_ue),
[all...]
/freebsd-11-stable/lib/libedit/
H A Dterminal.c153 #define T_ue 28 macro
240 if (GoodStr(T_me) && GoodStr(T_ue))
241 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ?

Completed in 124 milliseconds