Lines Matching refs:T_me
146 #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()
945 if (GoodStr(T_md) && GoodStr(T_me)) { in SetAttributes()
946 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes()
1002 (void) tputs(Str(T_me), 1, PUTPURE); in StopHighlight()
1479 if (GoodStr(T_me) && GoodStr(T_ue)) in GetTermCaps()
1480 me_all = (strcmp(Str(T_me), Str(T_ue)) == 0); in GetTermCaps()
1483 if (GoodStr(T_me) && GoodStr(T_se)) in GetTermCaps()
1484 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0); in GetTermCaps()