Searched refs:pid_spell (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dtext.c1940 pid_t pid_spell, pid_sort, pid_uniq; local
1951 if ((pid_spell = fork()) == 0) {
2032 if (pid_spell < 0 || pid_sort < 0 || pid_uniq < 0) {
2086 waitpid(pid_spell, &spell_status, 0);
2123 pid_t pid_spell; local
2171 if ((pid_spell = fork()) == 0) {
2180 if (pid_spell < 0)

Completed in 55 milliseconds