Home
last modified time | relevance | path

Searched refs:comnod (Results 1 – 14 of 14) 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; in getarg()
504 struct comnod *c;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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.h394 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c41 static void r_comarg(Shell_t*,struct comnod*);
73 t = getnode(shp->stk,comnod); in r_tree()
75 r_comarg(shp,(struct comnod*)t); in r_tree()
119 t->for_.forlst = (struct comnod*)r_tree(shp); in r_tree()
155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
269 static void r_comarg(Shell_t *shp,struct comnod *com) in r_comarg()
H A Dtdump.c37 static int p_comarg(const struct comnod*);
79 return(p_comarg((struct comnod*)t)); in p_tree()
216 static int p_comarg(register const struct comnod *com) in p_comarg()
H A Dparse.c57 static struct argnod *qscan(struct comnod*, int);
192 static void check_typedef(struct comnod *tp) in check_typedef()
824 struct comnod *ac; in funct()
827 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
954 register struct comnod *ac; in assign()
993 ac = (struct comnod*)getnode(comnod); in assign()
1070 ac = (struct comnod*)funct(lexp); in assign()
1072 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|type|array,NIL(struct ionod*)); in assign()
1233 t->for_.forlst = (struct comnod*)getnode(comnod); in item()
1243 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); in item()
[all …]
H A Ddeparse.c49 static void p_comarg(const struct comnod*);
101 p_comarg((struct comnod*)t); in p_tree()
515 static void p_comarg(register const struct comnod *com) in p_comarg()
H A Dargs.c708 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild()
714 register const struct comnod *ac = comptr; in sh_argbuild()
H A Dxec.c278 static int p_comarg(register struct comnod *com) in p_comarg()
318 return(p_comarg((struct comnod*)t)); in sh_tclear()
2251 struct comnod *tp; in sh_exec()
2789 struct comnod *ac = t->funct.functargs; in sh_exec()
2978 register struct comnod *t = (struct comnod*)stakalloc(sizeof(struct comnod)); in sh_run()
2985 memset(t, 0, sizeof(struct comnod)); in sh_run()
H A Dmacro.c1039 struct comnod com; in sh_macfun()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dcompletion.c209 struct comnod *comptr; in ed_expand()
232 comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); in ed_expand()