Searched refs:st1 (Results 1 – 1 of 1) sorted by relevance
411 int st1 = ps->status; in showjob() local412 if (st1 != st) in showjob()415 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1)) in showjob()417 if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f) in showjob()418 && st1 != SIGINT && st1 != SIGPIPE)) in showjob()