Lines Matching refs:putc
496 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
497 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
498 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()
690 (void)putc(c, &tp->t_rawq); in ttyinput()
705 (void)putc(c, &tp->t_rawq); in ttyinput()
744 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
751 if (putc(c, &tp->t_rawq) >= 0) { in ttyinput()
836 if (putc(c, &tp->t_outq)) { in ttyoutput()
872 if (putc('\r', &tp->t_outq)) { in ttyoutput()
886 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput()
1814 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
1835 putc(tp->t_cc[VSTART], &tp->t_outq) != 0) { in ttyunblock()