Searched refs:FPOU (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.sem.c | 82 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 D | sh.h | 318 #define FPOU (1<<3) /* output is a pipe */ macro
|
H A D | sh.proc.c | 427 if (t->t_dflg & FPOU) { in palloc() 525 if ((t->t_dflg & FPOU) == 0 && t->t_drit) { in padd()
|
/titanic_41/usr/src/cmd/sh/ |
H A D | xec.c | 237 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 D | defs.h | 58 #define FPOU 0x0200 macro
|
H A D | macro.c | 503 t = makefork(FPOU, cmd(EOFSYM, MTFLG | NLFLG )); in comsubst()
|
H A D | cmd.c | 189 left = makefork(FPOU, t); in term()
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 37 #define FPOU (040<<COMBITS) /* output is a pipe */ macro
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 1175 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 D | parse.c | 492 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()
|