Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c154 #define T_ue 31 macro
281 tstr[T_ue].name = "ue"; in terminit()
458 if (GoodStr(T_me) && GoodStr(T_ue)) in SetTC()
459 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0); in SetTC()
951 if ((cur_atr & UNDER) && GoodStr(T_ue)) { in SetAttributes()
952 (void) tputs(Str(T_ue), 1, PUTPURE); in SetAttributes()
975 if (GoodStr(T_us) && GoodStr(T_ue)) { in SetAttributes()
981 if (GoodStr(T_ue)) { in SetAttributes()
982 (void) tputs(Str(T_ue), 1, PUTPURE); in SetAttributes()
1479 if (GoodStr(T_me) && GoodStr(T_ue)) in GetTermCaps()
[all …]
/dragonfly/contrib/libedit/src/
H A Dterminal.c152 #define T_ue 28 macro
239 if (GoodStr(T_me) && GoodStr(T_ue)) in terminal_setflags()
240 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ? in terminal_setflags()