Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c1197 int maxjob; in sh_exec() local
1198 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0) in sh_exec()
1200 while(job.numbjob >= maxjob) in sh_exec()