Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c150 #define T_so 27 macro
269 tstr[T_so].name = "so"; in terminit()
270 tstr[T_so].long_name = CSAVS(4, 25, "begin standout"); in terminit()
961 if (GoodStr(T_so) && GoodStr(T_se)) { in SetAttributes()
962 (void) tputs(Str(T_so), 1, PUTPURE); in SetAttributes()
/freebsd/contrib/libedit/
H A Dterminal.c153 #define T_so 24 macro