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

/macosx-10.10.1/nano-12/src/
H A Dtext.c1941 int spell_status, sort_status, uniq_status; local
2087 waitpid(pid_sort, &sort_status, 0);
2093 if (WIFEXITED(sort_status) == 0 || WEXITSTATUS(sort_status))

Completed in 162 milliseconds