Searched refs:makejob (Results 1 – 1 of 1) sorted by relevance
3646 static struct job *makejob(/*union node *,*/ int);4785 makejob(/*union node *node,*/ int nprocs) in makejob() function6607 jp = (ctl == CTLBACKQ) ? makejob(/*n,*/ 1) : NULL;9561 jp = makejob(/*n,*/ 1); in evalsubshell()9668 jp = makejob(/*n,*/ pipelen); in evalpipe()10540 jp = makejob(/*cmd,*/ 1); in evalcommand()