Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c149 #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()
[all …]
/freebsd/contrib/libedit/
H A Dterminal.c151 #define T_se 23 macro
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()