Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h39 #define FCOOP (0200<<COMBITS) /* cooperating process */ macro
/titanic_41/usr/src/lib/libshell/common/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.c1208 if(type&FCOOP) in sh_exec()
1248 if(type&(FCOOP|FAMP)) in sh_exec()
1323 if(!(type&FPOU) || (type&FCOOP)) in sh_exec()
2427 if(flags&FCOOP) in _sh_fork()
3045 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3091 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3115 if(spawnpid<0 && (otype&FCOOP)) in sh_ntfork()
H A Dparse.c492 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()