Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Djobs.c119 #define DOWAIT_BLOCK 0x1 /* wait until a child exits */ macro
602 } while (dowait(DOWAIT_BLOCK | DOWAIT_SIG, (struct job *)NULL) != -1); in waitcmdloop()
1086 if (dowait(DOWAIT_BLOCK | (Tflag ? DOWAIT_SIG | in waitforjob()
1173 if ((mode & (DOWAIT_BLOCK | DOWAIT_SIG)) != DOWAIT_BLOCK) in dowait()