Home
last modified time | relevance | path

Searched refs:real_fun (Results 1 – 20 of 20) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Darith.c68 Dt_t *sdict = (shp->st.real_fun? shp->st.real_fun->sdict:0); in scope()
H A Dname.c820 if((rp=shp->st.real_fun) && !rp->sdict && (flags&NV_STATIC)) in nv_create()
2362 if((rp=shp->st.real_fun) && rp->sdict) in sh_scope()
2495 if(shp->st.real_fun == np->nvalue.rp) in _nv_unset()
3546 if(shp->st.real_fun && dp==shp->st.real_fun->sdict) in sh_unscope()
3549 shp->st.real_fun->sdict->view = dp; in sh_unscope()
H A Dxec.c3355 shp->st.real_fun = (fp->node)->nvalue.rp; in sh_funscope()
3410 char **arg = shp->st.real_fun->argv; in sh_funscope()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Darith.c68 Dt_t *sdict = (shp->st.real_fun? shp->st.real_fun->sdict:0); in scope()
H A Dname.c820 if((rp=shp->st.real_fun) && !rp->sdict && (flags&NV_STATIC)) in nv_create()
2362 if((rp=shp->st.real_fun) && rp->sdict) in sh_scope()
2495 if(shp->st.real_fun == np->nvalue.rp) in _nv_unset()
3546 if(shp->st.real_fun && dp==shp->st.real_fun->sdict) in sh_unscope()
3549 shp->st.real_fun->sdict->view = dp; in sh_unscope()
H A Dxec.c3355 shp->st.real_fun = (fp->node)->nvalue.rp; in sh_funscope()
3410 char **arg = shp->st.real_fun->argv; in sh_funscope()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Darith.c120 Dt_t *sdict = (shp->st.real_fun ? shp->st.real_fun->sdict : 0); in scope()
H A Dname.c779 if ((rp = shp->st.real_fun) && !rp->sdict && (flags & NV_STATIC)) { in nv_create()
2069 if ((rp = shp->st.real_fun) && rp->sdict) { in sh_scope()
3122 if (shp->st.real_fun && dp == shp->st.real_fun->sdict) { in sh_unscope()
3124 shp->st.real_fun->sdict->view = dp; in sh_unscope()
3298 if (troot == shp->var_tree && shp->st.real_fun && (dp = shp->var_tree->walk) && in nv_unall()
3299 dp == shp->st.real_fun->sdict) { in nv_unall()
H A Dxec.c3008 shp->st.real_fun = FETCH_VT((fp->node)->nvalue, rp); in sh_funscope()
3061 char **args = shp->st.real_fun->argv; in sh_funscope()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Darith.c383 Dt_t *sdict = (shp->st.real_fun? shp->st.real_fun->sdict:0); in scope()
H A Dname.c861 if((rp=shp->st.real_fun) && !rp->sdict && (flags&NV_STATIC)) in nv_create()
2480 if((rp=shp->st.real_fun) && rp->sdict) in sh_scope()
3776 if(shp->st.real_fun && dp==shp->st.real_fun->sdict) in sh_unscope()
3779 shp->st.real_fun->sdict->view = dp; in sh_unscope()
H A Dxec.c4034 shp->st.real_fun = (fp->node)->nvalue.rp; in sh_funscope_20120720()
4089 char **args = shp->st.real_fun->argv; in sh_funscope_20120720()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Ddefs.h97 struct Ufunction *real_fun; /* current 'function name' function */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Ddefs.h97 struct Ufunction *real_fun; /* current 'function name' function */ member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Ddefs.h86 struct Ufunction *real_fun; // current 'function name' function member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Ddefs.h97 struct Ufunction *real_fun; /* current 'function name' function */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtypeset.c676 …if(comvar || (shp->last_root==shp->var_tree && (tp->tp || (!shp->st.real_fun && (nvflags&NV_STATIC… in setall()
1253 …if(troot==shp->var_tree && shp->st.real_fun && (dp=shp->var_tree->walk) && dp==shp->st.real_fun->s… in unall()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dtypeset.c708 …st_root==shp->var_tree && ((tp->tp && tp->tp!=nv_type(np)) || (!shp->st.real_fun && (nvflags&NV_ST… in setall()
1320 …if(troot==shp->var_tree && shp->st.real_fun && (dp=shp->var_tree->walk) && dp==shp->st.real_fun->s… in unall()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtypeset.c676 …if(comvar || (shp->last_root==shp->var_tree && (tp->tp || (!shp->st.real_fun && (nvflags&NV_STATIC… in setall()
1253 …if(troot==shp->var_tree && shp->st.real_fun && (dp=shp->var_tree->walk) && dp==shp->st.real_fun->s… in unall()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dtypeset.c549 (!shp->st.real_fun && (nvflags & NV_STATIC)) || in setall()