Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.sem.c82 if (t->t_dflg & FPOU)
156 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
283 if ((t->t_dflg & (FPOU|FAND)) == 0)
288 if (t->t_dflg & FPOU) {
325 t->t_dcar->t_dflg |= FPOU |
329 (t->t_dflg & (FPOU|FAND|FPAR|FINT));
466 } else if (flags & FPOU) { in doio()
H A Dsh.h318 #define FPOU (1<<3) /* output is a pipe */ macro
H A Dsh.proc.c427 if (t->t_dflg & FPOU) { in palloc()
525 if ((t->t_dflg & FPOU) == 0 && t->t_drit) { in padd()
/titanic_44/usr/src/cmd/sh/
H A Dxec.c237 if (!(xflags & XEC_EXECED) || treeflgs&(FPOU|FAMP))
242 if (!(treeflgs&FPOU))
260 if (treeflgs & (FPOU|FAMP)) {
300 if (!(treeflgs&FPOU)) {
333 if (!(treeflgs & FPOU))
345 if (treeflgs & FPOU)
H A Ddefs.h58 #define FPOU 0x0200 macro
H A Dmacro.c503 t = makefork(FPOU, cmd(EOFSYM, MTFLG | NLFLG )); in comsubst()
H A Dcmd.c189 left = makefork(FPOU, t); in term()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h37 #define FPOU (040<<COMBITS) /* output is a pipe */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dxec.c1175 no_fork = !ntflag && !(type&(FAMP|FPOU)) && in sh_exec()
1250 else if(!(type&(FAMP|FPOU))) in sh_exec()
1323 if(!(type&FPOU) || (type&FCOOP)) in sh_exec()
1326 if(type&FPOU) in sh_exec()
1359 if(!no_fork && !(type&FPOU)) in sh_exec()
3045 if(fd>=0 && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(fd,F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
3048 if(otype&FPOU) in sh_ntfork()
3091 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()
H A Dparse.c492 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()
564 t = makeparent(lexp,TFORK|FPOU,t); in term()
1270 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()