Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c146 #define T_me 23 macro
260 tstr[T_me].name = "me"; in terminit()
261 tstr[T_me].long_name = CSAVS(4, 22, "end attributes"); 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()
462 if (GoodStr(T_me) && GoodStr(T_se)) in SetTC()
463 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0); in SetTC()
929 if (me_all && GoodStr(T_me)) { in SetAttributes()
933 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes()
939 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
[all …]
/freebsd/contrib/libedit/
H A Dterminal.c147 #define T_me 21 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()
253 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()
254 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ? in terminal_setflags()