Home
last modified time | relevance | path

Searched refs:FPIN (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c275 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()
H A Dsh.h300 #define FPIN (1<<2) /* input is a pipe */ macro
H A Dsh.proc.c527 if ((t->t_dflg & FPIN) == 0 && t->t_dlef) { in padd()
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c298 if (treeflgs & FPIN)
339 if (treeflgs & FPIN)
H A Ddefs.h57 #define FPIN 0x0100 macro
H A Dcmd.c190 right = makefork(FPIN, term(NLFLG)); in term()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h36 #define FPIN (010<<COMBITS) /* input is a pipe */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c515 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()
H A Dxec.c1807 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()