Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Denum.c282 nv_onattr(bp,nv_isattr(mp,NV_PUBLIC)); in lib_init()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h196 #define NV_PUBLIC (~(NV_NOSCOPE|NV_ASSIGN|NV_IDENT|NV_VARNAME|NV_NOADD)) macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c1758 type = nv_isattr(np,NV_PUBLIC&~(NV_ARRAY|NV_CHILD|NV_MINIMAL)); in nv_associative()
H A Dnvtype.c831 nv_onattr(bp,nv_isattr(mp,NV_PUBLIC)); in nv_addtype()
H A Dparse.c237 nv_onattr(bp,nv_isattr(mp,NV_PUBLIC)); in check_typedef()