Searched refs:comnod (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dmode.h61 struct comnod *_comptr;
166 struct comnod struct
202 struct comnod *forlst;
249 #define comptr(x) ((struct comnod *)x)
H A Dcmd.c325 t->forlst = (struct comnod *)item(0);
374 struct comnod *t;
425 t = (struct comnod *)getstor(sizeof(struct comnod));
H A Dservice.c500 struct comnod *ac;
504 struct comnod *c;
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshnodes.h111 struct comnod *forlst;
160 struct comnod *functargs;
199 struct comnod com;
H A Dargnod.h42 struct comnod struct
H A Ddefs.h358 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dtrestore.c41 static void r_comarg(Shell_t*,struct comnod*);
73 t = getnode(shp->stk,comnod);
75 r_comarg(shp,(struct comnod*)t);
119 t->for_.forlst = (struct comnod*)r_tree(shp);
157 t->funct.functargs = (struct comnod*)r_tree(shp);
265 static void r_comarg(Shell_t *shp,struct comnod *com)
H A Dtdump.c37 static int p_comarg(const struct comnod*);
79 return(p_comarg((struct comnod*)t));
214 static int p_comarg(register const struct comnod *com)
H A Ddeparse.c49 static void p_comarg(const struct comnod*);
101 p_comarg((struct comnod*)t);
498 static void p_comarg(register const struct comnod *com)
H A Dparse.c53 static struct argnod *qscan(struct comnod*, int);
188 static void check_typedef(struct comnod *tp)
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
882 register struct comnod *ac;
915 ac = (struct comnod*)getnode(comnod);
971 ac = (struct comnod*)funct(lexp);
973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*));
1130 t->for_.forlst = (struct comnod*)getnode(comnod);
[all...]
H A Dargs.c699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag)
705 register const struct comnod *ac = comptr;
H A Dxec.c173 static int p_comarg(register struct comnod *com)
213 return(p_comarg((struct comnod*)t));
1590 struct comnod *tp;
2251 register struct comnod *t = (struct comnod*)stakalloc(sizeof(struct comnod));
2258 memset(t, 0, sizeof(struct comnod));

Completed in 99 milliseconds