• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/tcsh/

Lines Matching refs:tputs

658 	(void) tputs(scap, 1, PUTRAW);
673 (void) tputs(tgoto(scap, arg_cols, arg_rows), 1, PUTRAW);
704 (void) tputs(tgoto(scap, arg_cols, arg_rows), arg_rows, PUTRAW);
933 (void) tputs(Str(T_me), 1, PUTPURE);
940 (void) tputs(Str(T_md), 1, PUTPURE);
946 (void) tputs(Str(T_me), 1, PUTPURE);
948 (void) tputs(Str(T_se), 1, PUTPURE);
952 (void) tputs(Str(T_ue), 1, PUTPURE);
962 (void) tputs(Str(T_so), 1, PUTPURE);
968 (void) tputs(Str(T_se), 1, PUTPURE);
976 (void) tputs(Str(T_us), 1, PUTPURE);
982 (void) tputs(Str(T_ue), 1, PUTPURE);
995 (void) tputs(Str(T_mr), 1, PUTPURE);
1002 (void) tputs(Str(T_me), 1, PUTPURE);
1047 (void) tputs(tgoto(Str(T_DO), del, del), del, PUTPURE);
1060 (void) tputs(tgoto(Str(T_UP), -del, -del), -del, PUTPURE);
1065 (void) tputs(Str(T_up), 1, PUTPURE);
1098 (void) tputs(tgoto(Str(T_ch), where, where), where, PUTPURE);
1103 (void) tputs(tgoto(Str(T_RI), del, del), del, PUTPURE);
1128 (void) tputs(tgoto(Str(T_LE), -del, -del), -del, PUTPURE);
1259 (void) tputs(tgoto(Str(T_DC), num, num), num, PUTPURE);
1264 (void) tputs(Str(T_dm), 1, PUTPURE);
1268 (void) tputs(Str(T_dc), 1, PUTPURE);
1271 (void) tputs(Str(T_ed), 1, PUTPURE);
1299 (void) tputs(tgoto(Str(T_IC), num, num), num, PUTPURE);
1305 (void) tputs(Str(T_im), 1, PUTPURE);
1310 (void) tputs(Str(T_ip), 1, PUTPURE);
1312 (void) tputs(Str(T_ei), 1, PUTPURE);
1318 (void) tputs(Str(T_ic), 1, PUTPURE); /* insert a char */
1323 (void) tputs(Str(T_ip), 1, PUTPURE);/* pad the inserted char */
1339 (void) tputs(Str(T_ce), 1, PUTPURE);
1352 (void) tputs(Str(T_cl), Val(T_li), PUTPURE);
1354 (void) tputs(Str(T_ho), Val(T_li), PUTPURE); /* home */
1356 (void) tputs(Str(T_cd), Val(T_li), PUTPURE);
1372 (void) tputs(Str(T_vb), 1, PUTPURE); /* visible bell */
1375 (void) tputs(Str(T_bl), 1, PUTPURE);
1384 (void) tputs(Str(T_cd), Val(T_li), PUTPURE);
1386 (void) tputs(Str(T_ce), Val(T_li), PUTPURE);