Searched refs:Wiop (Results 1 – 1 of 1) sorted by relevance
147 static char *Wiop[3]; variable302 Wiop[0] = &Wiobuf[0];303 Wiop[1] = &Wiobuf[WRIOBSZ];304 Wiop[2] = &Wiobuf[2*WRIOBSZ];1501 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()1506 *(Wiop[wfd]++) = _Cxc & WMASK(fd); /* mask off appropriate bits */ in w_char()1522 if (Wiop[wfd] > wiobuf) {1524 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) {1532 Wiop[wfd] = wiobuf;1537 Wiop[wfd] = wiobuf;