Lines Matching refs:WR
721 WR(q)->q_ptr = (caddr_t)tp; in ldtermopen()
822 WR(q)->q_ptr = NULL; in ldtermopen()
897 if (!putq(WR(q), bp)) in ldtermclose()
898 putnext(WR(q), bp); in ldtermclose()
953 queue_t *wrq = WR(q); /* write queue of ldterm mod */ in ldtermrput()
1528 (void) putctl(WR(q), M_STARTI); in ldtermrsrv()
1572 if (canputnext(WR(q))) in ldtermrmsg()
1573 ldterm_outchar(CTRL('g'), WR(q), 4, tp); in ldtermrmsg()
1621 (void) putnextctl(WR(q), M_START); in ldtermrmsg()
1637 (void) putctl1(WR(q), M_FLUSH, FLUSHR); in ldtermrmsg()
1729 if (canputnext(WR(q))) in ldtermrmsg()
1730 putnext(WR(q), tp->t_echomp); in ldtermrmsg()
1751 queue_t *wrq = WR(q); in ldterm_docanon()
2669 queue_t *wrq = WR(q); in ldterm_dononcanon()
4056 (void) putnextctl1(WR(q), M_FLUSH, mode); in ldterm_dosig()
4058 (void) putnextctl(WR(q), M_STARTI); in ldterm_dosig()
4063 flushq(WR(q), FLUSHDATA); in ldterm_dosig()
4078 (void) putnextctl(WR(q), M_START); in ldterm_dosig()
4090 if (ldterm_echo(c, WR(q), 4, tp) > 0 || in ldterm_dosig()
4092 putnext(WR(q), tp->t_echomp); in ldterm_dosig()