Home
last modified time | relevance | path

Searched refs:nv_funtree (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c264 shp->st.lineno = np?((struct functnod*)nv_funtree(np))->functline:1; in b_dot_cmd()
289 sh_exec((Shnode_t*)(nv_funtree(np)),sh_isstate(SH_ERREXIT)); in b_dot_cmd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h150 #define nv_funtree(n) ((n)->nvalue.rp->ptree) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c749 sh_deparse(sfstdout,(Shnode_t*)(nv_funtree(np)),0); in print_fun()
2794 nv_funtree(np) = (int*)(t->funct.functtre); in sh_exec()
3445 sh_exec((Shnode_t*)(nv_funtree((fp->node))),execflg|SH_ERREXIT); in sh_funscope()