Lines Matching refs:ofd
102 int pid, ifd[2], ofd[2];
386 write(ispell.ofd[1], mode ? "!\n" : "%\n", 2);
1129 write(ispell.ofd[1], ispell.sendbuf, len);
1328 pipe(ispell.ofd);
1332 dup2(ispell.ofd[0], 0);
1334 close(ispell.ofd[0]);
1335 close(ispell.ofd[1]);
1401 write(ispell.ofd[1], "&", 1);
1403 write(ispell.ofd[1], "*", 1);
1404 write(ispell.ofd[1], ientry->word->value, ientry->word->length);
1405 write(ispell.ofd[1], "\n", 1);
1408 write(ispell.ofd[1], "#\n", 2); /* save dictionary */
1414 close(ispell.ofd[0]);
1415 close(ispell.ofd[1]);
1837 write(ispell.ofd[1], ispell.sendbuf, len);
1934 write(ispell.ofd[1], ispell.terse_mode ? "!\n" : "%\n", 2);