Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c80 if (t->t_dflg & FPOU)
154 (!bifunc || t->t_dflg & (FPOU|FAND|FNICE|FNOHUP))))
281 if ((t->t_dflg & (FPOU|FAND)) == 0)
286 if (t->t_dflg & FPOU) {
323 t->t_dcar->t_dflg |= FPOU |
327 (t->t_dflg & (FPOU|FAND|FPAR|FINT));
464 } else if (flags & FPOU) { in doio()
H A Dsh.h301 #define FPOU (1<<3) /* output is a pipe */ macro
H A Dsh.proc.c433 if (t->t_dflg & FPOU) { in palloc()
531 if ((t->t_dflg & FPOU) == 0 && t->t_drit) { in padd()
/illumos-gate/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.c502 t = makefork(FPOU, cmd(EOFSYM, MTFLG | NLFLG )); in comsubst()
H A Dcmd.c189 left = makefork(FPOU, t); in term()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h37 #define FPOU (040<<COMBITS) /* output is a pipe */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1615 no_fork = !ntflag && !(type&(FAMP|FPOU)) && !shp->subshell && in sh_exec()
1733 else if(!(type&(FAMP|FPOU))) in sh_exec()
1807 if(shp->fifo && (type&(FPIN|FPOU))) in sh_exec()
1819 type &= ~(FPIN|FPOU); in sh_exec()
1829 if(!(type&FPOU) || (type&FCOOP)) in sh_exec()
1832 if(type&FPOU) in sh_exec()
1877 if(!no_fork && !(type&FPOU)) in sh_exec()
3154 if(!postid && job.curjobid && (flags&FPOU)) in _sh_fork()
3165 if(job.waitall && (flags&FPOU)) in _sh_fork()
3190 shp->outpipepid = ((flags&FPOU)?getpid():0); in _sh_fork()
[all …]
H A Dparse.c515 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()
592 t = makeparent(lexp,TFORK|FPOU,t); in term()
1393 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()