Searched refs:PFOREGND (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/tcsh/
H A Dsh.c1875 if (((np->p_flags & PFOREGND) != 0) && np->p_jobid != shpgrp) {
H A Dsh.proc.c350 pp->p_flags &= ~PFOREGND;
370 if (jobflags & PFOREGND) {
479 * It is assumed to be in the foreground state (PFOREGND)
494 if ((fp->p_flags & (PFOREGND | PRUNNING)) == PRUNNING)
765 pp->p_flags = ((t->t_dflg & F_AMPERSAND) ? 0 : PFOREGND) | PRUNNING;
956 if (pcurrjob && (pcurrjob->p_flags & (PFOREGND | PSTOPPED)) == 0) {
1611 np->p_flags |= PFOREGND;
1613 np->p_flags &= ~PFOREGND;
H A Dsh.proc.h95 #define PFOREGND (1<<8) /* started in shells pgrp */ macro

Completed in 120 milliseconds