Lines Matching defs:stat_loc
123 time_t exit_time, char *term_type, int stat_loc,
720 int stat_loc;
737 cpid = wait(&stat_loc);
756 if (WIFSIGNALED(stat_loc)) {
757 w = WTERMSIG(stat_loc);
765 } else if (WIFEXITED(stat_loc)) {
766 w = WEXITSTATUS(stat_loc);
775 } else if (WIFSTOPPED(stat_loc)) { /* should never happen */
776 w = WSTOPSIG(stat_loc);
813 (stat_loc & 0200) ?
865 status, stat_loc, w,
1409 time_t exit_time, char *term_type, int stat_loc,
1418 (stat_loc & 0200) ? "yes" : "no",