Home
last modified time | relevance | path

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

/titanic_41/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);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c92 if(t->par.partre) in p_tree()
93 p_tree(t->par.partre,tflags); in p_tree()
233 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.c211 return(sh_tclear(t->par.partre)); in sh_tclear()
1471 sh_exec(t->par.partre,flags); in sh_exec()
1478 sh_subshell(t->par.partre,flags,0); in sh_exec()
1894 sh_exec(t->par.partre,OPTIMIZE); in sh_exec()
1898 if(t->par.partre) in sh_exec()
1910 sh_exec(t->par.partre,OPTIMIZE); in sh_exec()
1932 if(t->par.partre) in sh_exec()
H A Dtrestore.c70 t->par.partre = r_tree(shp); in r_tree()
H A Dparse.c499 left = left->par.partre; in sh_cmd()
558 t->par.partre = term(lexp,0); in term()
1221 t->par.partre=sh_cmd(lexp,RPAREN,SH_NL|SH_SEMI); in item()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h135 Shnode_t *partre; member