Searched refs:p_flag (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Djobs.c210 if((pw->p_flag&(P_BG|P_DONE)) != (P_BG|P_DONE))
212 pw->p_flag &= ~P_BG;
217 if(pw->p_flag&P_SIGNALLED)
314 if(pw->p_flag&P_DONE)
353 if(pw->p_cojob && !(pw->p_flag&P_DONE))
447 pw->p_flag = 0;
460 pw->p_flag &= ~(P_NOTIFY|P_SIGNALLED|P_STOPPED);
463 pw->p_flag |= (P_NOTIFY|P_SIGNALLED|P_STOPPED);
490 pw->p_flag &= ~(P_STOPPED|P_SIGNALLED);
493 pw->p_flag |
[all...]
/ast/src/cmd/ksh93/include/
H A Djobs.h89 unsigned short p_flag; /* flags - see below */ member in struct:process
/ast/src/cmd/std/
H A Dpss-kvm.c238 pe->flags = state->pr->p_flag;

Completed in 9 milliseconds