Searched refs:SA_TTYSTOP (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsignalvar.h142 #define SA_TTYSTOP 0x08 /* ditto, from tty */ macro
167 SA_STOP|SA_TTYSTOP, /* SIGTSTP */
170 SA_STOP|SA_TTYSTOP, /* SIGTTIN */
171 SA_STOP|SA_TTYSTOP, /* SIGTTOU */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c1668 if (prop & SA_TTYSTOP && pg->pg_jobc == 0 &&
2214 prop & SA_TTYSTOP)) {
2382 prop & SA_TTYSTOP)) {

Completed in 18 milliseconds