Home
last modified time | relevance | path

Searched refs:r_tree (Results 1 – 2 of 2) sorted by relevance

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