Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c146 #define T_me 23 macro
260 tstr[T_me].name = "me"; in terminit()
458 if (GoodStr(T_me) && GoodStr(T_ue)) in SetTC()
462 if (GoodStr(T_me) && GoodStr(T_se)) 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()
945 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
1002 (void) tputs(Str(T_me), 1, PUTPURE); in StopHighlight()
1479 if (GoodStr(T_me) && GoodStr(T_ue)) in GetTermCaps()
[all …]
/dragonfly/contrib/libedit/src/
H A Dterminal.c138 #define T_me 21 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()
244 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()
245 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ? in terminal_setflags()