Searched refs:NV_FUNCT (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dname.h119 #define NV_FUNCTION (NV_RJUST|NV_FUNCT) /* value is shell function */
134 #define nv_isref(n) (nv_isattr((n),NV_REF|NV_TAGGED|NV_FUNCT)==NV_REF)
H A Dnval.h182 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h191 #define NV_FUNCT NV_IDENT /* option for nv_create */ macro
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU))))
663 nv_onattr(np,NV_REF|NV_FUNCT);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1892 if(!(flag&NV_EXPORT) || (flag&NV_FUNCT))
2454 if((!np->nvfun || !np->nvfun->disc) && !nv_isattr(np,NV_ARRAY|NV_INTEGER|NV_FUNCT|NV_REF|NV_TABLE))

Completed in 61 milliseconds