Lines Matching refs:putc
495 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
496 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
497 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()
689 (void)putc(c, &tp->t_rawq); in ttyinput()
704 (void)putc(c, &tp->t_rawq); in ttyinput()
743 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
750 if (putc(c, &tp->t_rawq) >= 0) { in ttyinput()
835 if (putc(c, &tp->t_outq)) { in ttyoutput()
871 if (putc('\r', &tp->t_outq)) { in ttyoutput()
885 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput()
1813 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
1834 putc(tp->t_cc[VSTART], &tp->t_outq) != 0) { in ttyunblock()