Lines Matching refs:t_outq
364 if (tp->t_outq.c_cn < 2 * SLMAX + 2) {
365 sc->sc_oldbufsize = tp->t_outq.c_cn;
366 sc->sc_oldbufquot = tp->t_outq.c_cq != 0;
368 clfree(&tp->t_outq);
370 error = clalloc(&tp->t_outq, 2 * SLMAX + 2, 0);
427 clfree(&tp->t_outq);
428 clalloc(&tp->t_outq, sc->sc_oldbufsize,
513 if (sc->sc_oqlen && sc->sc_ttyp->t_outq.c_cc == sc->sc_oqlen) {
539 if ((sc->sc_oqlen = sc->sc_ttyp->t_outq.c_cc) == 0)
561 if (tp->t_outq.c_cc != 0) {
563 if (tp->t_outq.c_cc > SLIP_HIWAT)
738 if (tp->t_outq.c_cn - tp->t_outq.c_cc <
798 if (tp->t_outq.c_cc == 0) {
800 (void)putc(FRAME_END, &tp->t_outq);
828 if (b_to_q(bp, cp - bp, &tp->t_outq))
840 if (putc(FRAME_ESCAPE, &tp->t_outq))
845 &tp->t_outq)) {
846 (void)unputc(&tp->t_outq);
856 if (putc(FRAME_END, &tp->t_outq)) {
865 (void)unputc(&tp->t_outq);
866 (void)putc(FRAME_END, &tp->t_outq);