Home
last modified time | relevance | path

Searched refs:NV_FUNCT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h131 #define NV_FUNCTION (NV_RJUST|NV_FUNCT) /* value is shell function */
147 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF)
H A Dnval.h193 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dtypeset.c383 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset()
823 nv_onattr(np,NV_REF|NV_FUNCT); in setall()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c2183 if(!(flag&NV_EXPORT) || (flag&NV_FUNCT)) in attstore()
2795 if((!np->nvfun || !np->nvfun->disc) && !nv_isattr(np,NV_ARRAY|NV_INTEGER|NV_FUNCT|NV_REF)) in nv_getval()