Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c154 #define T_ue 31 macro
281 tstr[T_ue].name = "ue"; in terminit()
282 tstr[T_ue].long_name = CSAVS(4, 29, "end underline"); 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()
[all …]
/freebsd/contrib/libedit/
H A Dterminal.c161 #define T_ue 28 macro
248 if (GoodStr(T_me) && GoodStr(T_ue)) in terminal_setflags()
249 EL_FLAGS |= (strcmp(Str(T_me), Str(T_ue)) == 0) ? in terminal_setflags()