Home
last modified time | relevance | path

Searched refs:TFIL (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dfunc.c86 case TFIL: in freetree()
276 case TFIL: in prf()
H A Ddefs.h65 #define TFIL 0x0020 macro
H A Dxec.c376 case TFIL:
H A Dcmd.c191 return(makefork(0, makelist(TFIL, left, right))); in term()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h55 #define TFIL 2 macro
/titanic_50/usr/src/cmd/csh/
H A Dsh.parse.c452 t->t_dtyp = TFIL; in syn2()
674 case TFIL: in freesyn()
H A Dsh.h308 #define TFIL 3 /* t_dlef | t_drit */ macro
H A Dsh.sem.c324 case TFIL:
H A Dsh.proc.c501 case TFIL: in padd()
511 case TFIL: in padd()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dtdump.c110 case TFIL: in p_tree()
H A Dtrestore.c99 case TFIL: in r_tree()
H A Ddeparse.c201 case TFIL: in p_tree()
H A Dxec.c231 case TFIL: in sh_tclear()
1481 case TFIL: in sh_exec()
1529 while(!type && t->tre.tretyp==TFIL); in sh_exec()
H A Dparse.c572 case TFIL: in term()
578 t=makelist(lexp,TFIL,t,tt); in term()