| ispell.c | 102 int pid, ifd[2], ofd[2]; member in struct:_ispell 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) [all...] |