Searched defs:ntflag (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c880 int ntflag = (type&sh_state(SH_NTFORK)); local
882 int ntflag = 0; local
1456 no_fork = !ntflag && !(type&(FAMP|FPOU)) &&
1525 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1538 parent = sh_ntfork(shp,t,com,&jobid,ntflag);
1542 if((parent = sh_ntfork(shp,t,com,&jobid,ntflag))<=0)

Completed in 30 milliseconds