Searched defs:r_tree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtrestore.c39 static Shnode_t *r_tree(Shell_t*);
51 t = r_tree(shp);
57 static Shnode_t *r_tree(Shell_t *shp) function
70 t->par.partre = r_tree(shp);
81 t->fork.forktre = r_tree(shp);
86 t->if_.iftre = r_tree(shp);
87 t->if_.thtre = r_tree(shp);
88 t->if_.eltre = r_tree(shp);
92 t->wh.whinc = (struct arithnod*)r_tree(shp);
93 t->wh.whtre = r_tree(sh
[all...]

Completed in 58 milliseconds