Home
last modified time | relevance | path

Searched refs:NV_STATICF (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h134 #define NV_STATICF NV_INTEGER /* static class function */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c729 if(nq && nv_isattr(nq,NV_STATICF)) in typeinfo()
1689 if(nv_isattr(mp,NV_STATICF|NV_TAGGED)) in sh_outtype()
1694 if(nv_isattr(mp,NV_STATICF)) in sh_outtype()
H A Dnvdisc.c593 if(tp && (np = (Namval_t*)vp->bltins[type]) && nv_isattr(np,NV_STATICF)) in setdisc()
H A Dxec.c1537 if(nv_isattr(np,NV_STATICF) && (mp=nv_type(nq))) in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c389 flag |= NV_STATICF; in b_typeset()