Searched refs:partre (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sh/ |
H A D | func.c | 83 freetree(parptr(t)->partre); in freetree() 272 prf(parptr(t)->partre); in prf()
|
H A D | mode.h | 222 struct trenod *partre; member
|
H A D | xec.c | 373 execute(parptr(t)->partre, xflags, errorflg);
|
H A D | cmd.c | 362 p->partre = cmd(')', NLFLG);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | deparse.c | 92 if(t->par.partre) in p_tree() 93 p_tree(t->par.partre,tflags); in p_tree() 242 p_tree(t->par.partre,0); in p_tree()
|
H A D | tdump.c | 77 return(p_tree(t->par.partre)); in p_tree()
|
H A D | xec.c | 316 return(sh_tclear(t->par.partre)); in sh_tclear() 1987 sh_exec(t->par.partre,0); in sh_exec() 2009 sh_exec(t->par.partre,flags); in sh_exec() 2017 else if(((type=t->par.partre->tre.tretyp)&FAMP) && ((type&COMMSK)==TFORK)) in sh_exec() 2025 sh_exec(t->par.partre,flags); in sh_exec() 2031 sh_subshell(shp,t->par.partre,flags,0); in sh_exec() 2603 if(t->par.partre) in sh_exec() 2604 sh_exec(t->par.partre,0); in sh_exec() 2610 sh_exec(t->par.partre,OPTIMIZE); in sh_exec() 2614 if(t->par.partre) in sh_exec() [all …]
|
H A D | trestore.c | 70 t->par.partre = r_tree(shp); in r_tree()
|
H A D | parse.c | 522 left = left->par.partre; in sh_cmd() 582 t->par.partre = term(lexp,0); in term() 1325 t->par.partre=sh_cmd(lexp,RPAREN,SH_NL|SH_SEMI); in item()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | shnodes.h | 136 Shnode_t *partre; member
|