Symbol: PRUNNING
bin/csh/proc.c
1051
if ((jobflags & PRUNNING) == 0) {
bin/csh/proc.c
1118
if (np->p_flags & (PRUNNING | PSTOPPED)) {
bin/csh/proc.c
1119
np->p_flags |= PRUNNING;
bin/csh/proc.c
116
pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
bin/csh/proc.c
146
if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 &&
bin/csh/proc.c
158
if ((jobflags & (PRUNNING | PREPORTED)) == 0) {
bin/csh/proc.c
219
if ((flags & (PRUNNING | PSTOPPED)) == 0)
bin/csh/proc.c
273
if ((fp->p_flags & (PFOREGND | PRUNNING)) == PRUNNING)
bin/csh/proc.c
292
if ((jobflags & PRUNNING) == 0)
bin/csh/proc.c
367
pp->p_flags & PRUNNING) {
bin/csh/proc.c
460
pp->p_flags = t->t_dflg & F_AMPERSAND ? PRUNNING : PRUNNING | PFOREGND;
bin/csh/proc.c
716
case PRUNNING:
bin/csh/proc.c
780
if (pp->p_flags & PPTIME && !(status & (PSTOPPED | PRUNNING))) {
bin/csh/proc.c
800
if (jobflags & PTIME && (jobflags & (PSTOPPED | PRUNNING)) == 0) {
bin/csh/proc.c
862
if (!(pprint(pp, flag) & (PRUNNING | PSTOPPED)))
bin/csh/proc.h
79
#define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
bin/ksh/jobs.c
1128
while ((volatile int) j->state == PRUNNING
bin/ksh/jobs.c
1335
jstate = PRUNNING;
bin/ksh/jobs.c
1337
if (p->state == PRUNNING)
bin/ksh/jobs.c
1464
case PRUNNING:
bin/ksh/jobs.c
286
|| (j->state == PRUNNING
bin/ksh/jobs.c
455
p->state = PRUNNING;
bin/ksh/jobs.c
485
j->state = PRUNNING;
bin/ksh/jobs.c
740
if (j->ppid == procpid && j->state == PRUNNING)
bin/ksh/jobs.c
845
p->state = PRUNNING;
bin/ksh/jobs.c
854
j->state = PRUNNING;
bin/ksh/jobs.c
862
if (j->state == PRUNNING) {
bin/ksh/jobs.c
885
if (j->state == PRUNNING && killpg(j->pgrp, SIGCONT) < 0) {
bin/ksh/jobs.c
933
&& j->ppid == procpid && j->state == PRUNNING)