Symbol: trenod
usr/src/cmd/sh/bltin.c
45
builtin(int type, int argc, unsigned char **argv, struct trenod *t)
usr/src/cmd/sh/cmd.c
108
struct trenod *
usr/src/cmd/sh/cmd.c
113
struct trenod *i, *e;
usr/src/cmd/sh/cmd.c
158
static struct trenod *
usr/src/cmd/sh/cmd.c
161
struct trenod *r;
usr/src/cmd/sh/cmd.c
174
static struct trenod *
usr/src/cmd/sh/cmd.c
177
struct trenod *t;
usr/src/cmd/sh/cmd.c
186
struct trenod *left;
usr/src/cmd/sh/cmd.c
187
struct trenod *right;
usr/src/cmd/sh/cmd.c
257
static struct trenod *
usr/src/cmd/sh/cmd.c
261
struct trenod *r;
usr/src/cmd/sh/cmd.c
275
r = (struct trenod *)t;
usr/src/cmd/sh/cmd.c
295
r = (struct trenod *)t;
usr/src/cmd/sh/cmd.c
311
r = (struct trenod *)t;
usr/src/cmd/sh/cmd.c
345
r = (struct trenod *)t;
usr/src/cmd/sh/cmd.c
40
static struct trenod * term();
usr/src/cmd/sh/cmd.c
400
r = (struct trenod *)f;
usr/src/cmd/sh/cmd.c
407
f->fndval = (struct trenod *)item(0);
usr/src/cmd/sh/cmd.c
41
static struct trenod * makelist();
usr/src/cmd/sh/cmd.c
42
static struct trenod * list();
usr/src/cmd/sh/cmd.c
426
r = (struct trenod *)t;
usr/src/cmd/sh/cmd.c
44
static struct trenod * item();
usr/src/cmd/sh/cmd.c
68
struct trenod *
usr/src/cmd/sh/cmd.c
71
struct trenod *i;
usr/src/cmd/sh/cmd.c
79
return((struct trenod *)t);
usr/src/cmd/sh/cmd.c
82
static struct trenod *
usr/src/cmd/sh/cmd.c
85
struct trenod *i, *r;
usr/src/cmd/sh/cmd.c
98
return((struct trenod *)t);
usr/src/cmd/sh/defs.h
176
extern struct trenod *cmd();
usr/src/cmd/sh/defs.h
177
extern struct trenod *makefork();
usr/src/cmd/sh/defs.h
208
extern void freetree(struct trenod *);
usr/src/cmd/sh/func.c
221
prcmd(struct trenod *t)
usr/src/cmd/sh/func.c
229
prf(struct trenod *t)
usr/src/cmd/sh/func.c
45
freetree((struct trenod *)(n->namenv));
usr/src/cmd/sh/func.c
49
freetree(struct trenod *t)
usr/src/cmd/sh/macro.c
495
struct trenod *t;
usr/src/cmd/sh/main.c
420
struct trenod *t;
usr/src/cmd/sh/mode.h
163
struct trenod *forktre;
usr/src/cmd/sh/mode.h
178
struct trenod *fndval;
usr/src/cmd/sh/mode.h
185
struct trenod *iftre;
usr/src/cmd/sh/mode.h
186
struct trenod *thtre;
usr/src/cmd/sh/mode.h
187
struct trenod *eltre;
usr/src/cmd/sh/mode.h
193
struct trenod *whtre;
usr/src/cmd/sh/mode.h
194
struct trenod *dotre;
usr/src/cmd/sh/mode.h
200
struct trenod *fortre;
usr/src/cmd/sh/mode.h
215
struct trenod *regcom;
usr/src/cmd/sh/mode.h
222
struct trenod *partre;
usr/src/cmd/sh/mode.h
228
struct trenod *lstlef;
usr/src/cmd/sh/mode.h
229
struct trenod *lstrit;
usr/src/cmd/sh/xec.c
217
freetree((struct trenod *)f);
usr/src/cmd/sh/xec.c
54
struct trenod *argt;
usr/src/cmd/sh/xec.c
61
struct trenod *t;