Home
last modified time | relevance | path

Searched refs:P_NOTIFY (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c126 #define P_NOTIFY 04 macro
461 pw->p_flag &= ~(P_NOTIFY|P_SIGNALLED|P_STOPPED); in job_reap()
464 pw->p_flag |= (P_NOTIFY|P_SIGNALLED|P_STOPPED); in job_reap()
494 pw->p_flag |= (P_DONE|P_NOTIFY|P_SIGNALLED); in job_reap()
503 pw->p_flag &= ~P_NOTIFY; in job_reap()
511 pw->p_flag |= (P_DONE|P_NOTIFY); in job_reap()
533 pw->p_flag &= ~P_NOTIFY; in job_reap()
547 pw->p_flag &= ~P_NOTIFY; in job_reap()
1005 if((flag&JOB_NFLAG) && (!(px->p_flag&P_NOTIFY)||px->p_pgrp==0)) in job_list()
1040 else if(px->p_flag&P_NOTIFY) in job_list()
[all …]