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

/freebsd-11.0-release/bin/sh/
H A Djobs.h89 struct job *makejob(union node *, int);
H A Deval.c436 forkshell(jp = makejob(n, 1), n, backgnd) == 0) {
584 jp = makejob(n, pipelen);
694 jp = makejob(n, 1);
993 jp = makejob(cmd, 1);
H A Djobs.c696 makejob(union node *node __unused, int nprocs) function
756 TRACE(("makejob(%p, %d) returns %%%td\n", (void *)node, nprocs,

Completed in 76 milliseconds