Searched refs:comnod (Results 1 – 14 of 14) sorted by relevance
/titanic_41/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;
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | shnodes.h | 111 struct comnod *forlst; 160 struct comnod *functargs; 199 struct comnod com;
|
H A D | argnod.h | 42 struct comnod struct
|
H A D | defs.h | 358 extern char **sh_argbuild(Shell_t*,int*,const struct comnod*,int);
|
/titanic_41/usr/src/lib/libshell/common/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() 157 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree() 265 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() 214 static int p_comarg(register const struct comnod *com) in p_comarg()
|
H A D | parse.c | 53 static struct argnod *qscan(struct comnod*, int); 188 static void check_typedef(struct comnod *tp) in check_typedef() 791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct() 882 register struct comnod *ac; in assign() 915 ac = (struct comnod*)getnode(comnod); in assign() 971 ac = (struct comnod*)funct(lexp); in assign() 973 ac = (struct comnod*)simple(lexp,SH_NOIO|SH_ASSIGN|array,NIL(struct ionod*)); in assign() 1130 t->for_.forlst = (struct comnod*)getnode(comnod); in item() 1140 t->for_.forlst=(struct comnod*)simple(lexp,SH_NOIO,NIL(struct ionod*)); in item() 1281 register struct comnod *t; in simple() [all …]
|
H A D | deparse.c | 49 static void p_comarg(const struct comnod*); 101 p_comarg((struct comnod*)t); in p_tree() 498 static void p_comarg(register const struct comnod *com) in p_comarg()
|
H A D | args.c | 699 char **sh_argbuild(Shell_t *shp,int *nargs, const struct comnod *comptr,int flag) in sh_argbuild() 705 register const struct comnod *ac = comptr; in sh_argbuild()
|
H A D | xec.c | 173 static int p_comarg(register struct comnod *com) in p_comarg() 213 return(p_comarg((struct comnod*)t)); in sh_tclear() 1590 struct comnod *tp; in sh_exec() 2251 register struct comnod *t = (struct comnod*)stakalloc(sizeof(struct comnod)); in sh_run() 2258 memset(t, 0, sizeof(struct comnod)); in sh_run()
|
H A D | macro.c | 981 struct comnod node; in sh_macfun()
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | completion.c | 198 struct comnod *comptr; in ed_expand() 221 comptr = (struct comnod*)stakalloc(sizeof(struct comnod)); in ed_expand()
|