emacs_tputs 213 src/cm.c emacs_tputs (tty, p, 1, cmputc); emacs_tputs 269 src/cm.c emacs_tputs (tty, tty->Wcm->cm_tab, 1, cmputc); emacs_tputs 296 src/cm.c emacs_tputs (tty, p, 1, cmputc); emacs_tputs 382 src/cm.c emacs_tputs (tty, p, 1, evalcost); emacs_tputs 385 src/cm.c emacs_tputs (tty, p, 1, cmputc); emacs_tputs 394 src/cm.c emacs_tputs (tty, tty->Wcm->cm_home, 1, cmputc); emacs_tputs 399 src/cm.c emacs_tputs (tty, tty->Wcm->cm_ll, 1, cmputc); emacs_tputs 404 src/cm.c emacs_tputs (tty, tty->Wcm->cm_cr, 1, cmputc); emacs_tputs 1529 src/sysdep.c emacs_tputs (tty_out, tty_out->TS_clr_line, 1, cmputc); emacs_tputs 89 src/term.c emacs_tputs ((tty), a, \ emacs_tputs 93 src/term.c #define OUTPUT1(tty, a) emacs_tputs ((tty), a, 1, cmputc) emacs_tputs 94 src/term.c #define OUTPUTL(tty, a, lines) emacs_tputs ((tty), a, lines, cmputc) emacs_tputs 102 src/term.c #define OUTPUT1_IF(tty, a) do { if (a) emacs_tputs ((tty), a, 1, cmputc); } while (0)