Searched refs:FORK_NOJOB (Results 1 - 5 of 5) sorted by relevance

/system/core/sh/
H A Djobs.h42 #define FORK_NOJOB 2 macro
H A Dcd.c409 if (forkshell(jp, (union node *)NULL, FORK_NOJOB) == 0) {
H A Dredir.c272 if (forkshell((struct job *)NULL, (union node *)NULL, FORK_NOJOB) == 0) {
H A Deval.c583 if (forkshell(jp, n, FORK_NOJOB) == 0) {
839 mode = FORK_NOJOB;
1073 } else if (mode == FORK_NOJOB) {
H A Djobs.c838 * FORK_NOJOB - Like FORK_FG, but don't give the process its own
871 if (rootshell && mode != FORK_NOJOB && mflag) {
913 if (wasroot && mode != FORK_NOJOB && mflag) {

Completed in 309 milliseconds