Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c933 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes()
940 (void) tputs(Str(T_md), 1, PUTPURE); in SetAttributes()
946 (void) tputs(Str(T_me), 1, PUTPURE); in SetAttributes()
948 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes()
952 (void) tputs(Str(T_ue), 1, PUTPURE); in SetAttributes()
962 (void) tputs(Str(T_so), 1, PUTPURE); in SetAttributes()
968 (void) tputs(Str(T_se), 1, PUTPURE); in SetAttributes()
976 (void) tputs(Str(T_us), 1, PUTPURE); in SetAttributes()
982 (void) tputs(Str(T_ue), 1, PUTPURE); in SetAttributes()
995 (void) tputs(Str(T_mr), 1, PUTPURE); in StartHighlight()
[all …]
H A Ded.h241 # define PUTPURE putpure macro
250 static __inline void PUTPURE(int c) { in PUTPURE() function