Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Djobs.h54 pid_t forkshell(struct job *, union node *, int);
H A Deval.c427 forkshell(jp = makejob(n, 1), n, backgnd) == 0) { in evalsubshell()
585 if (forkshell(jp, lp->n, n->npipe.backgnd) == 0) { in evalpipe()
684 if (forkshell(jp, n, FORK_NOJOB) == 0) { in evalbackcmd()
995 if (forkshell(jp, cmd, mode) != 0) in evalcommand()
H A Dredir.c282 if (forkshell((struct job *)NULL, (union node *)NULL, FORK_NOJOB) == 0) { in openhere()
H A DTOUR191 structure, and then call forkshell (passing the job structure as
H A Djobs.c886 forkshell(struct job *jp, union node *n, int mode) in forkshell() function