Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c119 freetree(ifptr(t)->eltre); in freetree()
356 if (f->eltre) in prf()
361 prf(f->eltre); in prf()
H A Dxec.c465 else if (ifptr(t)->eltre)
466 execute(ifptr(t)->eltre, xflags|XEC_NOSTOP, errorflg);
H A Dmode.h187 struct trenod *eltre; member
H A Dcmd.c300 …t->eltre = ((w = wdval) == ELSYM ? cmd(FISYM, NLFLG) : (w == EFSYM ? (wdval = IFSYM, item(0)) : 0)…
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h95 Shnode_t *eltre; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c143 if(t->if_.eltre) in p_tree()
146 p_tree(t->if_.eltre,0); in p_tree()
H A Dtdump.c92 return(p_tree(t->if_.eltre)); in p_tree()
H A Dtrestore.c88 t->if_.eltre = r_tree(shp); in r_tree()
H A Dxec.c220 n+=sh_tclear(t->if_.eltre); in sh_tclear()
1826 else if(t->if_.eltre) in sh_exec()
1827 sh_exec(t->if_.eltre, flags); in sh_exec()
H A Dparse.c1084 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()
1090 t->if_.eltre = tt->fork.forktre; in item()