Searched refs:makejob (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/bin/sh/
H A Djobs.h92 struct job *makejob(union node *, int);
H A Deval.c423 forkshell(jp = makejob(n, 1), n, backgnd) == 0) {
534 jp = makejob(n, pipelen);
640 jp = makejob(n, 1);
949 jp = makejob(cmd, 1);
H A Djobs.c637 makejob(union node *node __unused, int nprocs) function
696 TRACE(("makejob(%p, %d) returns %%%td\n", (void *)node, nprocs,

Completed in 61 milliseconds