Home
last modified time | relevance | path

Searched refs:trenod (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Dmode.h139 struct trenod struct
163 struct trenod *forktre; argument
178 struct trenod *fndval;
185 struct trenod *iftre;
186 struct trenod *thtre;
187 struct trenod *eltre;
193 struct trenod *whtre;
194 struct trenod *dotre;
200 struct trenod *fortre;
215 struct trenod *regcom;
[all …]
H A Dcmd.c40 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);
[all …]
H A Dfunc.c45 freetree((struct trenod *)(n->namenv)); in freefunc()
49 freetree(struct trenod *t) in freetree()
221 prcmd(struct trenod *t) in prcmd()
229 prf(struct trenod *t) in prf()
H A Ddefs.h176 extern struct trenod *cmd();
177 extern struct trenod *makefork();
208 extern void freetree(struct trenod *);
H A Dxec.c53 struct trenod *argt; in execute()
60 struct trenod *t;
217 freetree((struct trenod *)f);
H A Dbltin.c46 builtin(int type, int argc, unsigned char **argv, struct trenod *t) in builtin()
H A Dmain.c420 struct trenod *t; in exfile()
H A Dmacro.c496 struct trenod *t; in comsubst()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dshnodes.h74 struct trenod struct
200 struct trenod tre;