Home
last modified time | relevance | path

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

/illumos-gate/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)…
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h96 Shnode_t *eltre; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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.c325 n+=sh_tclear(t->if_.eltre); in sh_tclear()
2520 if(t->if_.eltre) in sh_exec()
2521 sh_exec(t->if_.eltre, 0); in sh_exec()
2527 else if(t->if_.eltre) in sh_exec()
2528 sh_exec(t->if_.eltre, flags); in sh_exec()
H A Dparse.c1187 t->if_.eltre=(tok==ELSESYM?sh_cmd(lexp,FISYM,SH_NL|SH_SEMI): in item()
1193 t->if_.eltre = tt->fork.forktre; in item()