Lines Matching refs:putc
556 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
557 (void)putc(0 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
558 (void)putc(c | TTY_QUOTE, &tp->t_rawq); in ttyinput()
750 (void)putc(c, &tp->t_rawq); in ttyinput()
765 (void)putc(c, &tp->t_rawq); in ttyinput()
804 (void)putc(0377 | TTY_QUOTE, &tp->t_rawq); in ttyinput()
811 if (putc(c, &tp->t_rawq) >= 0) { in ttyinput()
896 if (putc(c, &tp->t_outq)) { in ttyoutput()
932 if (putc('\r', &tp->t_outq)) { in ttyoutput()
946 if (!ISSET(tp->t_lflag, FLUSHO) && putc(c, &tp->t_outq)) { in ttyoutput()
1924 putc(tp->t_cc[VSTOP], &tp->t_outq) != 0) { in ttyblock()
1945 putc(tp->t_cc[VSTART], &tp->t_outq) != 0) { in ttyunblock()