Lines Matching refs:T_se
149 #define T_se 26 macro
266 tstr[T_se].name = "se"; in terminit()
267 tstr[T_se].long_name = CSAVS(4, 24, "end standout"); in terminit()
462 if (GoodStr(T_me) && GoodStr(T_se)) in SetTC()
463 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0); in SetTC()
947 if ((cur_atr & STANDOUT) && GoodStr(T_se)) { in SetAttributes()
948 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes()
961 if (GoodStr(T_so) && GoodStr(T_se)) { in SetAttributes()
967 if (GoodStr(T_se)) { in SetAttributes()
968 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes()
1483 if (GoodStr(T_me) && GoodStr(T_se)) in GetTermCaps()
1484 me_all |= (strcmp(Str(T_me), Str(T_se)) == 0); in GetTermCaps()