Searched refs:pid_sort (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
1981 if ((pid_sort = fork()) == 0) {
2032 if (pid_spell < 0 || pid_sort < 0 || pid_uniq < 0) {
2087 waitpid(pid_sort, &sort_status, 0);

Completed in 96 milliseconds