Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c118 freetree(ifptr(t)->thtre); in freetree()
354 prf(f->thtre); in prf()
H A Dmode.h186 struct trenod *thtre; member
H A Dxec.c464 execute(ifptr(t)->thtre, xflags|XEC_NOSTOP, errorflg);
H A Dcmd.c299 t->thtre = cmd(ELSYM | FISYM | EFSYM, NLFLG);
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h94 Shnode_t *thtre; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtdump.c90 if(p_tree(t->if_.thtre)<0) in p_tree()
H A Dtrestore.c87 t->if_.thtre = r_tree(shp); in r_tree()
H A Ddeparse.c142 p_tree(t->if_.thtre,0); in p_tree()
H A Dxec.c219 n+=sh_tclear(t->if_.thtre); in sh_tclear()
1825 sh_exec(t->if_.thtre,flags); in sh_exec()
H A Dparse.c1082 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()