Home
last modified time | relevance | path

Searched refs:TFORK (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c77 case TFORK: in freetree()
263 case TFORK: in prf()
H A Dxec.c230 case TFORK:
356 if (type == TFORK)
H A Ddefs.h73 #define TFORK 0x00A0 macro
H A Dcmd.c76 t->forktyp = flgs|TFORK;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h65 #define TFORK 10 macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c81 case TFORK: in p_tree()
H A Dparse.c523 left = makeparent(lexp,TFORK|type, left); in sh_cmd()
592 t = makeparent(lexp,TFORK|FPOU,t); in term()
601 case TFORK: in term()
1374 if((tok=t->tre.tretyp&COMMSK) != TFORK) in item()
1393 argp->argchn.ap = (struct argnod*)makeparent(lexp,mode?TFORK|FPIN|FAMP|FPCL:TFORK|FPOU,t); in process_sub()
H A Dtrestore.c78 case TFORK: in r_tree()
H A Ddeparse.c113 case TFORK: in p_tree()
H A Dxec.c320 case TFORK: in sh_tclear()
1595 case TFORK: in sh_exec()
1612 if((type&(FAMP|TFORK))==(FAMP|TFORK)) in sh_exec()
2017 else if(((type=t->par.partre->tre.tretyp)&FAMP) && ((type&COMMSK)==TFORK)) in sh_exec()