Searched refs:comnod (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/sh/ |
H A D | mode.h | 61 struct comnod *_comptr; 166 struct comnod struct 202 struct comnod *forlst; 249 #define comptr(x) ((struct comnod *)x)
|
H A D | cmd.c | 325 t->forlst = (struct comnod *)item(0); 374 struct comnod *t; 425 t = (struct comnod *)getstor(sizeof(struct comnod));
|
H A D | service.c | 500 struct comnod *ac; in getarg() 504 struct comnod *c;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shnodes.h | 112 struct comnod *forlst; 161 struct comnod *functargs; 200 struct comnod com;
|
H A D | argnod.h | 42 struct comnod struct
|
H A D | defs.h | 394 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | trestore.c | 41 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 D | tdump.c | 37 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 D | parse.c | 57 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 D | deparse.c | 49 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 D | args.c | 708 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 D | xec.c | 278 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 D | macro.c | 1039 struct comnod com; in sh_macfun()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | completion.c | 209 struct comnod *comptr; in ed_expand() 232 comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); in ed_expand()
|