Lines Matching refs:r_tree
39 static Shnode_t *r_tree(Shell_t*);
51 t = r_tree(shp);
57 static Shnode_t *r_tree(Shell_t *shp)
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(shp);
94 t->wh.dotre = r_tree(shp);
101 t->lst.lstlef = r_tree(shp);
102 t->lst.lstrit = r_tree(shp);
117 t->for_.fortre = r_tree(shp);
119 t->for_.forlst = (struct comnod*)r_tree(shp);
153 t->funct.functtre = r_tree(shp);
155 t->funct.functargs = (struct comnod*)r_tree(shp);
164 t->lst.lstlef = r_tree(shp);
216 ap->argchn.ap = (struct argnod*)r_tree(shp);
221 fp->fortre = r_tree(shp);
329 reg->regcom = r_tree(shp);