Home
last modified time | relevance | path

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

/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/api/
H A Dksh_debug.err96 …EGER | NV_ZFILL) | NV_INT32 (aka NV_INTEGER) | NV_FTMP (aka NV_ZFILL) | NV_STATICF (aka NV_INTEGER)
104 …EGER | NV_ZFILL) | NV_INT32 (aka NV_INTEGER) | NV_FTMP (aka NV_ZFILL) | NV_STATICF (aka NV_INTEGER)
116 …EGER | NV_ZFILL) | NV_INT32 (aka NV_INTEGER) | NV_FTMP (aka NV_ZFILL) | NV_STATICF (aka NV_INTEGER)
128 …EGER | NV_ZFILL) | NV_INT32 (aka NV_INTEGER) | NV_FTMP (aka NV_ZFILL) | NV_STATICF (aka NV_INTEGER)
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dname.h134 #define NV_STATICF NV_INTEGER /* static class function */ macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dname.h134 #define NV_STATICF NV_INTEGER /* static class function */ macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dname.h144 #define NV_STATICF NV_INTEGER /* static class function */ macro
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dnvtype.c729 if(nq && nv_isattr(nq,NV_STATICF)) in typeinfo()
1691 if(nv_isattr(mp,NV_STATICF|NV_TAGGED)) in sh_outtype()
1696 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.c1528 if(nv_isattr(np,NV_STATICF) && (mp=nv_type(nq))) in sh_exec()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dnvtype.c729 if(nq && nv_isattr(nq,NV_STATICF)) in typeinfo()
1691 if(nv_isattr(mp,NV_STATICF|NV_TAGGED)) in sh_outtype()
1696 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.c1528 if(nv_isattr(np,NV_STATICF) && (mp=nv_type(nq))) in sh_exec()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dname.h382 #define NV_STATICF NV_INTEGER // static class function macro
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dnvtype.c810 if(nq && nv_isattr(nq,NV_STATICF)) in typeinfo()
1789 if(nv_isattr(mp,NV_STATICF|NV_TAGGED)) in sh_outtype()
1794 if(nv_isattr(mp,NV_STATICF)) in sh_outtype()
H A Dnvdisc.c599 if(tp && (np = (Namval_t*)vp->bltins[type]) && nv_isattr(np,NV_STATICF)) in setdisc()
H A Dxec.c1554 if(nv_isattr(np,NV_STATICF) && (mp=nv_type(nq))) in sh_exec()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Ddebug.c80 {NV_STATICF, "NV_STATICF (aka NV_INTEGER)"},
H A Dnvtype.c662 if (nq && nv_isattr(nq, NV_STATICF)) { in typeinfo()
1545 if (nv_isattr(mp, NV_STATICF | NV_TAGGED)) { in sh_outtype()
1548 if (nv_isattr(mp, NV_STATICF)) sfputc(out, 'S'); in sh_outtype()
H A Dnvdisc.c528 if (tp && (np = bp->bltins[type]) && nv_isattr(np, NV_STATICF)) { in setdisc()
H A Dxec.c1418 if (nv_isattr(np, NV_STATICF) && (mp = nv_type(nq))) nq = mp; in sh_exec()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dtypeset.c279 nvflags |= NV_STATICF; in b_typeset()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dtypeset.c388 flag |= NV_STATICF; in b_typeset()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dtypeset.c409 flag |= NV_STATICF; in b_typeset()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dtypeset.c388 flag |= NV_STATICF; in b_typeset()