Lines Matching refs:PRUNNING
36 #define PRUNNING 0 macro
295 (j->state == PRUNNING && in j_exit()
470 p->state = PRUNNING; in exchild()
495 j->state = PRUNNING; in exchild()
728 if (j->ppid == procpid && j->state == PRUNNING) in waitfor()
843 p->state = PRUNNING; in j_resume()
854 j->state = PRUNNING; in j_resume()
861 if (j->state == PRUNNING) { in j_resume()
886 if (j->state == PRUNNING && mksh_killpg(j->pgrp, SIGCONT) < 0) { in j_resume()
927 j->ppid == procpid && j->state == PRUNNING) in j_stopped_running()
1145 while (j->state == PRUNNING || in j_waitj()
1399 p->state = j->state = PRUNNING; in j_sigchld()
1447 jstate = PRUNNING; in check_job()
1449 if (p->state == PRUNNING) in check_job()
1573 case PRUNNING: in j_print()