Searched refs:T_se (Results 1 – 2 of 2) sorted by relevance
149 #define T_se 26 macro266 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()[all …]
151 #define T_se 23 macro253 if (GoodStr(T_me) && GoodStr(T_se)) in terminal_setflags()254 EL_FLAGS |= (strcmp(Str(T_me), Str(T_se)) == 0) ? in terminal_setflags()