Searched refs:Shnode_t (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshnodes.h85 Shnode_t *forktre;
93 Shnode_t *iftre;
94 Shnode_t *thtre;
95 Shnode_t *eltre;
101 Shnode_t *whtre;
102 Shnode_t *dotre;
110 Shnode_t *fortre;
127 Shnode_t *regcom;
135 Shnode_t *partre;
141 Shnode_t *lstle
[all...]
H A Dshell.h56 typedef union Shnode_u Shnode_t; typedef in typeref:union:Shnode_u
210 extern int sh_exec(const Shnode_t*,int);
H A Dshlex.h159 extern Shnode_t *sh_dolparen(Lex_t*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c51 static Shnode_t *makeparent(Lex_t*, int, Shnode_t*);
52 static Shnode_t *makelist(Lex_t*, int, Shnode_t*, Shnode_t*);
55 static Shnode_t *sh_cmd(Lex_t*,int,int);
56 static Shnode_t *term(Lex_t*,int);
57 static Shnode_t *list(Lex_t*,int);
59 static Shnode_t *item(Lex_t*,int);
60 static Shnode_t *simpl
[all...]
H A Dtdump.c40 static int p_tree(const Shnode_t*);
45 int sh_tdump(Sfio_t *out, const Shnode_t *t)
67 static int p_tree(register const Shnode_t *t)
96 if(p_tree((Shnode_t*)(t->wh.whinc))<0)
125 return(p_tree((Shnode_t*)t->for_.forlst));
139 return(p_tree((Shnode_t*)t->funct.functargs));
H A Dshcomp.c75 Shnode_t *t;
138 if(t = (Shnode_t*)sh_parse(shp,in,0))
H A Dtrestore.c39 static Shnode_t *r_tree(Shell_t*);
45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type)))
47 Shnode_t *sh_trestore(Shell_t *shp,Sfio_t *in)
49 Shnode_t *t;
57 static Shnode_t *r_tree(Shell_t *shp)
61 register Shnode_t *t=0;
167 t->lst.lstlef = (Shnode_t*)r_arg(shp);
169 t->lst.lstrit = (Shnode_t*)r_arg(shp);
H A Ddeparse.c54 static void p_tree(const Shnode_t*,int);
65 extern void sh_deparse(Sfio_t*, const Shnode_t*,int);
67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags)
75 static void p_tree(register const Shnode_t *t,register int tflags)
175 Shnode_t *tr = t->lst.lstrit;
H A Dmacro.c100 static void comsubst(Mac_t*, Shnode_t*, int);
337 comsubst(mp,(Shnode_t*)0,0);
359 comsubst(mp,(Shnode_t*)0,2);
382 comsubst(mp,(Shnode_t*)0,1);
586 comsubst(mp,(Shnode_t*)0,0);
979 Shnode_t *tp;
985 tp = (Shnode_t*)&node;
1106 comsubst(mp,(Shnode_t*)0,1);
1877 comsubst(mp,(Shnode_t*)0,2);
1891 static void comsubst(Mac_t *mp,register Shnode_t*
[all...]
H A Dxec.c63 static pid_t sh_ntfork(Shell_t*,const Shnode_t*,char*[],int*,int);
202 static int sh_tclear(register Shnode_t *t)
224 n=sh_tclear((Shnode_t*)(t->wh.whinc));
238 return(n+sh_tclear((Shnode_t*)t->for_.forlst));
244 return(n+sh_tclear((Shnode_t*)t->funct.functargs));
265 sh_tclear((Shnode_t*)arg->argchn.ap);
466 register Shnode_t *t;
494 t = (Shnode_t*)sh_parse(shp,iop,(mode&(SH_READEVAL|SH_FUNEVAL))?mode&SH_FUNEVAL:SH_NL);
531 static int pipe_exec(Shell_t* shp,int pv[], Shnode_t *t, int errorflg)
534 register Shnode_t *tchil
[all...]
H A Dmain.c386 Shnode_t *t;
582 t = (Shnode_t*)sh_parse(shp,iop,0);
H A Dargs.c818 sh_exec((Shnode_t*)argp->argchn.ap,(int)sh_isstate(SH_ERREXIT));
823 sh_exec((Shnode_t*)argp->argchn.ap,(int)sh_isstate(SH_ERREXIT));
H A Dfault.c456 sh_exec((Shnode_t*)trap,sh_isstate(SH_ERREXIT));
H A Dsubshell.c469 Sfio_t *sh_subshell(Shnode_t *t, int flags, int comsub)
H A Dname.c336 register Shnode_t *tp=fp->fortre;
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h65 typedef union Shnode_u Shnode_t; typedef in typeref:union:Shnode_u
220 extern __MANGLE__ int sh_exec __PROTO__((const Shnode_t*,int));
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h65 typedef union Shnode_u Shnode_t; typedef in typeref:union:Shnode_u
220 extern __MANGLE__ int sh_exec __PROTO__((const Shnode_t*,int));
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h65 typedef union Shnode_u Shnode_t; typedef in typeref:union:Shnode_u
220 extern __MANGLE__ int sh_exec __PROTO__((const Shnode_t*,int));
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h65 typedef union Shnode_u Shnode_t; typedef in typeref:union:Shnode_u
220 extern __MANGLE__ int sh_exec __PROTO__((const Shnode_t*,int));
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmisc.c289 sh_exec((Shnode_t*)(nv_funtree(np)),sh_isstate(SH_ERREXIT));

Completed in 102 milliseconds