Searched refs:Wiop (Results 1 – 1 of 1) sorted by relevance
144 static char *Wiop[3]; variable297 Wiop[0] = &Wiobuf[0]; in main()298 Wiop[1] = &Wiobuf[WRIOBSZ]; in main()299 Wiop[2] = &Wiobuf[2*WRIOBSZ]; in main()1494 if (Wiop[wfd] >= &wiobuf[WRIOBSZ]) { in w_char()1499 *(Wiop[wfd]++) = _Cxc & WMASK(fd); /* mask off appropriate bits */ in w_char()1514 if (Wiop[wfd] > wiobuf) { in wioflsh()1516 while(write(fd, wiobuf, (Wiop[wfd] - wiobuf)) < 0) { in wioflsh()1524 Wiop[wfd] = wiobuf; in wioflsh()1529 Wiop[wfd] = wiobuf; in wioflsh()