Searched refs:forkshell (Results 1 – 6 of 6) sorted by relevance
/system/core/sh/ |
D | jobs.h | 96 int forkshell(struct job *, union node *, int);
|
D | eval.c | 432 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()
|
D | cd.c | 409 if (forkshell(jp, (union node *)NULL, FORK_NOJOB) == 0) { in find_curdir()
|
D | redir.c | 272 if (forkshell((struct job *)NULL, (union node *)NULL, FORK_NOJOB) == 0) { in openhere()
|
D | jobs.c | 847 forkshell(struct job *jp, union node *n, int mode) in forkshell() function
|
D | TOUR | 227 structure, and then call forkshell (passing the job structure as
|