Lines Matching refs:Shell_t
35 static struct dolnod *r_comlist(Shell_t*);
36 static struct argnod *r_arg(Shell_t*);
37 static struct ionod *r_redirect(Shell_t*);
38 static struct regnod *r_switch(Shell_t*);
39 static Shnode_t *r_tree(Shell_t*);
41 static void r_comarg(Shell_t*,struct comnod*);
47 Shnode_t *sh_trestore(Shell_t *shp,Sfio_t *in)
57 static Shnode_t *r_tree(Shell_t *shp)
177 static struct argnod *r_arg(Shell_t *shp)
232 static struct ionod *r_redirect(Shell_t* shp)
269 static void r_comarg(Shell_t *shp,struct comnod *com)
300 static struct dolnod *r_comlist(Shell_t *shp)
316 static struct regnod *r_switch(Shell_t *shp)