Lines Matching refs:trenod
40 static struct trenod * term();
41 static struct trenod * makelist();
42 static struct trenod * list();
44 static struct trenod * item();
68 struct trenod *
71 struct trenod *i;
79 return((struct trenod *)t);
82 static struct trenod *
85 struct trenod *i, *r;
98 return((struct trenod *)t);
108 struct trenod *
113 struct trenod *i, *e;
158 static struct trenod *
161 struct trenod *r; in list()
174 static struct trenod *
177 struct trenod *t; in term()
186 struct trenod *left; in term()
187 struct trenod *right; in term()
257 static struct trenod *
261 struct trenod *r;
275 r = (struct trenod *)t;
295 r = (struct trenod *)t;
311 r = (struct trenod *)t;
345 r = (struct trenod *)t;
400 r = (struct trenod *)f;
407 f->fndval = (struct trenod *)item(0);
426 r = (struct trenod *)t;