Symbol: PRUNNING
bin/csh/proc.c
1040
if ((jobflags & PRUNNING) == 0) {
bin/csh/proc.c
1110
if (np->p_flags & (PRUNNING | PSTOPPED)) {
bin/csh/proc.c
1111
np->p_flags |= PRUNNING;
bin/csh/proc.c
115
pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
bin/csh/proc.c
145
if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 &&
bin/csh/proc.c
157
if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
bin/csh/proc.c
216
if ((flags & (PRUNNING | PSTOPPED)) == 0)
bin/csh/proc.c
271
if ((fp->p_flags & (PFOREGND | PRUNNING)) == PRUNNING)
bin/csh/proc.c
292
if ((jobflags & PRUNNING) == 0)
bin/csh/proc.c
365
pp->p_flags & PRUNNING) {
bin/csh/proc.c
459
pp->p_flags = t->t_dflg & F_AMPERSAND ? PRUNNING : PRUNNING | PFOREGND;
bin/csh/proc.c
718
case PRUNNING:
bin/csh/proc.c
785
if (pp->p_flags & PPTIME && !(status & (PSTOPPED | PRUNNING))) {
bin/csh/proc.c
805
if (jobflags & PTIME && (jobflags & (PSTOPPED | PRUNNING)) == 0) {
bin/csh/proc.c
856
if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
bin/csh/proc.h
66
#define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
bin/ksh/jobs.c
1001
while ((volatile int) j->state == PRUNNING ||
bin/ksh/jobs.c
1217
jstate = PRUNNING;
bin/ksh/jobs.c
1219
if (p->state == PRUNNING)
bin/ksh/jobs.c
1337
case PRUNNING:
bin/ksh/jobs.c
254
(j->state == PRUNNING &&
bin/ksh/jobs.c
406
p->state = PRUNNING;
bin/ksh/jobs.c
429
j->state = PRUNNING;
bin/ksh/jobs.c
625
if (j->ppid == procpid && j->state == PRUNNING)
bin/ksh/jobs.c
723
p->state = PRUNNING;
bin/ksh/jobs.c
732
j->state = PRUNNING;
bin/ksh/jobs.c
739
if (j->state == PRUNNING) {
bin/ksh/jobs.c
763
if (j->state == PRUNNING && killpg(j->pgrp, SIGCONT) == -1) {
bin/ksh/jobs.c
803
j->ppid == procpid && j->state == PRUNNING)