Home
last modified time | relevance | path

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

/system/core/sh/
Djobs.h96 int forkshell(struct job *, union node *, int);
Deval.c432 if (forkshell(jp, n, backgnd) == 0) { in evalsubshell()
513 if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) { in evalpipe()
583 if (forkshell(jp, n, FORK_NOJOB) == 0) { in evalbackcmd()
899 if (forkshell(jp, cmd, mode) != 0) in evalcommand()
Dcd.c409 if (forkshell(jp, (union node *)NULL, FORK_NOJOB) == 0) { in find_curdir()
Dredir.c272 if (forkshell((struct job *)NULL, (union node *)NULL, FORK_NOJOB) == 0) { in openhere()
Djobs.c847 forkshell(struct job *jp, union node *n, int mode) in forkshell() function
DTOUR227 structure, and then call forkshell (passing the job structure as