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

/ast/src/cmd/ksh93/sh/
H A Djobs.c237 if(++bck.count > shgd->lim.child_max)
1255 register int j = BYTE(shp->gd->lim.child_max);
1869 register int jmax = BYTE(shgd->lim.child_max);
1875 for(j=1; j < shgd->lim.child_max; j++)
2014 while(bck.count > shgd->lim.child_max)
H A Dinit.c1289 shgd->lim.child_max = getconf("CHILD_MAX");
1295 if(shgd->lim.child_max <=0)
1296 shgd->lim.child_max = CHILD_MAX;
/ast/src/cmd/ksh93/include/
H A Ddefs.h105 int child_max; /* maxumum number of children */ member in struct:limits

Completed in 22 milliseconds