Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/csh/
H A Dsh.sem.c277 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()
H A Dsh.h317 #define FPIN (1<<2) /* input is a pipe */ macro
H A Dsh.proc.c521 if ((t->t_dflg & FPIN) == 0 && t->t_dlef) { in padd()
/titanic_44/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()
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h36 #define FPIN (010<<COMBITS) /* input is a pipe */ macro
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dparse.c492 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()
H A Dxec.c551 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()