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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshnodes.h112 struct comnod *forlst;
161 struct comnod *functargs;
200 struct comnod com;
H A Dargnod.h42 struct comnod struct
H A Ddefs.h385 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
/osnet-11/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);
155 t->funct.functargs = (struct comnod*)r_tree(shp);
267 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);
507 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)
812 struct comnod *ac;
815 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
941 register struct comnod *ac;
976 ac = (struct comnod*)getnode(comnod);
1053 ac = (struct comnod*)funct(lexp);
1055 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*));
1216 t->for_.forlst = (struct comnod*)getnod
[all...]
H A Dargs.c707 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag)
713 register const struct comnod *ac = comptr;
H A Dxec.c242 static int p_comarg(register struct comnod *com)
282 return(p_comarg((struct comnod*)t));
2022 struct comnod *tp;
2591 struct comnod *ac = t->funct.functargs;
2775 register struct comnod *t = (struct comnod*)stakalloc(sizeof(struct comnod));
2782 memset(t, 0, sizeof(struct comnod));

Completed in 149 milliseconds