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

/freebsd-current/contrib/tcsh/
H A Ded.screen.c933 (void) tputs(Str(T_me), 1, PUTPURE); local
940 (void) tputs(Str(T_md), 1, PUTPURE); local
946 (void) tputs(Str(T_me), 1, PUTPURE); local
948 (void) tputs(Str(T_se), 1, PUTPURE); local
952 (void) tputs(Str(T_ue), 1, PUTPURE); local
962 (void) tputs(Str(T_so), 1, PUTPURE); local
968 (void) tputs(Str(T_se), 1, PUTPURE); local
976 (void) tputs(Str(T_us), 1, PUTPURE); local
982 (void) tputs(Str(T_ue), 1, PUTPURE); local
995 (void) tputs(Str(T_mr), 1, PUTPURE); local
1002 (void) tputs(Str(T_me), 1, PUTPURE); local
1065 (void) tputs(Str(T_up), 1, PUTPURE); local
1264 (void) tputs(Str(T_dm), 1, PUTPURE); local
1268 (void) tputs(Str(T_dc), 1, PUTPURE); local
1271 (void) tputs(Str(T_ed), 1, PUTPURE); local
1305 (void) tputs(Str(T_im), 1, PUTPURE); local
1310 (void) tputs(Str(T_ip), 1, PUTPURE); local
1312 (void) tputs(Str(T_ei), 1, PUTPURE); local
1318 (void) tputs(Str(T_ic), 1, PUTPURE); /* insert a char */ local
1323 (void) tputs(Str(T_ip), 1, PUTPURE);/* pad the inserted char */ local
1339 (void) tputs(Str(T_ce), 1, PUTPURE); local
1352 (void) tputs(Str(T_cl), Val(T_li), PUTPURE); local
1354 (void) tputs(Str(T_ho), Val(T_li), PUTPURE); /* home */ local
1356 (void) tputs(Str(T_cd), Val(T_li), PUTPURE); local
1372 (void) tputs(Str(T_vb), 1, PUTPURE); /* visible bell */ local
1375 (void) tputs(Str(T_bl), 1, PUTPURE); local
1384 (void) tputs(Str(T_cd), Val(T_li), PUTPURE); local
1386 (void) tputs(Str(T_ce), Val(T_li), PUTPURE); local
[all...]
H A Ded.h241 # define PUTPURE putpure macro
250 static __inline void PUTPURE(int c) { function

Completed in 52 milliseconds