Lines Matching defs:ifd
102 int pid, ifd[2], ofd[2];
539 if ((len = read(ispell.ifd[0], &ispell.buf[ispell.buflen],
1147 len = read(ispell.ifd[0], buf, sizeof(buf));
1327 pipe(ispell.ifd);
1333 dup2(ispell.ifd[1], 1);
1336 close(ispell.ifd[0]);
1337 close(ispell.ifd[1]);
1350 ispell.ifd[0], (XtPointer)XtInputReadMask,
1352 fcntl(ispell.ifd[0], F_SETFL, O_NONBLOCK);
1416 close(ispell.ifd[0]);
1417 close(ispell.ifd[1]);