Searched refs:FINT (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshnodes.h34 #define FINT (02<<COMBITS) /* non-interruptable */ macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c1470 else if(!(type&FINT))
1480 if(((type&(FAMP|FINT)) == (FAMP|FINT)) && (maxjob=nv_getnum(JOBMAXNOD))>0)
1513 if((type&(FAMP|FINT)) == (FAMP|FINT))
1524 if((type&(FAMP|FINT)) == (FAMP|FINT))
1627 if((type&FINT) && !sh_isstate(SH_MONITOR))
2952 if(!postid && (flags&(FAMP|FINT)) == (FAMP|FINT))
[all...]

Completed in 32 milliseconds