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

/system/core/sh/
H A Djobs.h95 struct job *makejob(union node *, int);
H A Dcd.c408 jp = makejob((union node *)NULL, 1);
H A Deval.c431 jp = makejob(n, 1);
502 jp = makejob(n, pipelen);
582 jp = makejob(n, 1);
836 jp = makejob(cmd, 1);
H A Djobs.c774 makejob(union node *node, int nprocs) function
825 TRACE(("makejob(0x%lx, %d) returns %%%d\n", (long)node, nprocs,

Completed in 328 milliseconds