Home
last modified time | relevance | path

Searched refs:partre (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c83 freetree(parptr(t)->partre); in freetree()
272 prf(parptr(t)->partre); in prf()
H A Dmode.h222 struct trenod *partre; member
H A Dxec.c373 execute(parptr(t)->partre, xflags, errorflg);
H A Dcmd.c362 p->partre = cmd(')', NLFLG);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c92 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 Dtdump.c77 return(p_tree(t->par.partre)); in p_tree()
H A Dxec.c316 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 Dtrestore.c70 t->par.partre = r_tree(shp); in r_tree()
H A Dparse.c522 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 Dshnodes.h136 Shnode_t *partre; member