Searched refs:dotre (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshnodes.h103 Shnode_t *dotre; member in struct:whnod
/ast/src/cmd/ksh93/sh/
H A Dtdump.c106 return(p_tree(t->wh.dotre));
H A Dtrestore.c94 t->wh.dotre = r_tree(shp);
H A Ddeparse.c170 t = t->wh.dotre;
H A Dxec.c328 n+=sh_tclear(t->wh.dotre);
2402 sh_exec(t->wh.dotre,0);
2413 sh_tclear(t->wh.dotre);
2440 r = sh_exec(t->wh.dotre,first|errorflg);
2457 sh_tclear(t->wh.dotre);

Completed in 16 milliseconds