Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h39 #define FCOOP (0200<<COMBITS) /* cooperating process */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c116 if(t->tre.tretyp&(FAMP|FCOOP)) in p_tree()
126 if(t->tre.tretyp&FCOOP) in p_tree()
H A Dxec.c1650 if(type&FCOOP) in sh_exec()
1731 if(type&(FCOOP|FAMP)) in sh_exec()
1829 if(!(type&FPOU) || (type&FCOOP)) in sh_exec()
3152 if(flags&FCOOP) in _sh_fork()
3843 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3895 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3919 if(spawnpid<0 && (otype&FCOOP)) in sh_ntfork()
H A Dparse.c515 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()