Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c3646 static struct job *makejob(/*union node *,*/ int);
4785 makejob(/*union node *node,*/ int nprocs) in makejob() function
6607 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()