Searched refs:FPIN (Results 1 – 9 of 9) sorted by relevance
277 if (didfds==0 && t->t_dflg&FPIN) {326 (t->t_dflg & (FPIN|FAND|FDIAG|FINT));328 t->t_dcdr->t_dflg |= FPIN |431 } else if (flags & FPIN) { in doio()
317 #define FPIN (1<<2) /* input is a pipe */ macro
521 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
492 type |= (FPIN|FPOU|FPCL|FCOOP); in sh_cmd()570 tt->tre.tretyp |= FPIN|FPCL; in term()573 tt->lst.lstlef->tre.tretyp |= FPIN|FPCL; in term()576 tt= makeparent(lexp,TSETIO|FPIN|FPCL,tt); in term()765 t->funct.functtyp |= FPIN; in funct()1270 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()
551 if(t->tre.tretyp&FPIN) in pipe_exec()557 if(t->tre.tretyp&FPIN) in pipe_exec()1320 if(type&FPIN) in sh_exec()1390 if(type&FPIN) in sh_exec()1422 if(type&FPIN) in sh_exec()2110 if(type&FPIN) in sh_exec()3040 if(otype&FPIN) in sh_ntfork()3091 …if((otype&FPIN) && (!(otype&FPOU) || (otype&FCOOP)) && fcntl(shp->inpipe[1],F_SETFD,FD_CLOEXEC)>=0) in sh_ntfork()