Lines Matching defs:unit
189 int unit;
196 unit = didfds ? 2 : SHDIAG;
198 unit = didfds ? 1 : SHOUT;
201 if (didfds == 0 && ioctl(unit, TIOCLGET, (char *)&lmode) == 0 &&
204 (void) ioctl(unit, TIOCLBIC, (char *)&lmode);
205 (void) write(unit, "\n", 1);
208 (void) write(unit, linbuf, linp - linbuf);
218 int unit;
225 unit = didfds ? 2 : SHDIAG;
227 unit = didfds ? 1 : SHOUT;
230 (void) write(unit, s, strlen(s));