Searched refs:FPIN (Results 1 – 9 of 9) sorted by relevance
275 if (didfds==0 && t->t_dflg&FPIN) {324 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));326 t->t_dcdr->t_dflg |= FPIN |429 } else if (flags & FPIN) { in doio()
300 #define FPIN (1<<2) /* input is a pipe */ macro
527 if ((t->t_dflg & FPIN) == 0 && t->t_dlef) { in padd()
298 if (treeflgs & FPIN)339 if (treeflgs & FPIN)
57 #define FPIN 0x0100 macro
190 right = makefork(FPIN, term(NLFLG)); in term()
36 #define FPIN (010<<COMBITS) /* input is a pipe */ macro
515 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()602 tt->tre.tretyp |= FPIN|FPCL; in term()605 tt->lst.lstlef->tre.tretyp |= FPIN|FPCL; in term()608 tt= makeparent(lexp,TSETIO|FPIN|FPCL,tt); in term()797 t->funct.functtyp |= FPIN; in funct()1393 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()
1807 if(shp->fifo && (type&(FPIN|FPOU))) in sh_exec()1809 int fn,fd = (type&FPIN)?0:1; in sh_exec()1819 type &= ~(FPIN|FPOU); in sh_exec()1822 if(type&FPIN) in sh_exec()1917 if(type&FPIN) in sh_exec()1951 if(type&FPIN) in sh_exec()2823 if(type&FPIN) in sh_exec()3837 if(otype&FPIN) in sh_ntfork()3895 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()