/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | array.c | 187 nv_offattr(np,NV_NOFREE); in array_getup() 324 nv_offattr(nq,NV_RDONLY); in nv_arraysettype() 551 nv_offattr(np,NV_ARRAY); in array_putval() 582 nv_offattr(np,NV_NOFREE); in array_putval() 619 nv_offattr(np,NV_ARRAY); in array_copytree() 672 nv_offattr(np,NV_NOFREE); in array_grow() 733 nv_offattr(np,NV_RDONLY); in nv_atypeindex() 816 nv_offattr(np,NV_NOFREE); in nv_setarray() 869 nv_offattr(nq,NV_ARRAY); in nv_arraychild()
|
H A D | name.c | 561 nv_offattr(np,NV_PARAM); in nv_setlist() 1308 nv_offattr(np,NV_REF); in nv_open() 1311 nv_offattr(np,NV_LJUST|NV_RJUST|NV_ZFILL); in nv_open() 1411 nv_offattr(np,NV_IMPORT); in nv_putval() 1656 nv_offattr(np,NV_NOFREE); in nv_putval() 1667 nv_offattr(np,NV_NOFREE); in nv_putval() 1693 nv_offattr(np,NV_NOFREE); in nv_putval() 1962 nv_offattr(L_ARGNOD,NV_EXPORT); in sh_envgen() 2095 nv_offattr(np,NV_NOFREE|NV_REF); in sh_envnolocal() 2236 nv_offattr(np,NV_NODISC); in _nv_unset() [all …]
|
H A D | nvdisc.c | 715 nv_offattr(np,NV_NODISC); in nv_disc() 903 nv_offattr(mp,NV_MINIMAL); in nv_clone() 928 nv_offattr(mp,NV_NOFREE); in nv_clone() 931 nv_offattr(mp,NV_NOFREE); in nv_clone() 953 nv_offattr(mp,NV_NOFREE); in nv_clone()
|
H A D | nvtype.c | 344 nv_offattr(nq,NV_NOFREE); in fixnode() 598 nv_offattr(mp,NV_RDONLY); in clone_inttype() 638 nv_offattr(np,NV_RDONLY); in typeinfo() 1028 nv_offattr(np,NV_EXPORT); in nv_mktype() 1360 nv_offattr(np,NV_RDONLY); in nv_settype() 1543 nv_offattr(tp,NV_RDONLY); in nv_mkstat()
|
H A D | bash.c | 417 nv_offattr(np,NV_RDONLY); in bash_init()
|
H A D | path.c | 259 nv_offattr(PWDNOD,NV_NOFREE); in path_pwd() 274 nv_offattr(PWDNOD,NV_NOFREE); in path_pwd() 1785 nv_offattr(np,NV_NOPRINT); in path_alias()
|
H A D | init.c | 694 nv_offattr(np,NV_NOFREE); in put_lastarg() 696 nv_offattr(np,NV_EXPORT); in put_lastarg() 1792 nv_offattr(PWDNOD,NV_TAGGED); in env_init()
|
H A D | subshell.c | 353 nv_offattr(mp,NV_NOFREE); in nv_restore()
|
H A D | xec.c | 1666 nv_offattr(np,NV_REF); in sh_exec() 2093 nv_offattr(np,NV_FPOSIX); in sh_exec() 2223 nv_offattr(L_ARGNOD,NV_NOFREE); in sh_exec()
|
H A D | nvtree.c | 1033 nv_offattr(np,NV_EXPORT); in nv_getvtree()
|
H A D | lex.c | 2358 nv_offattr(np,NV_NOEXPAND); in alias_exceptf()
|
H A D | macro.c | 1251 nv_offattr(np,NV_NOFREE); in varsub()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 202 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 211 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | print.c | 534 nv_offattr(np,NV_RAW); in fmtbase64() 563 nv_offattr(np,NV_RAW); in fmtbase64()
|
H A D | typeset.c | 493 nv_offattr(np,flag); in b_common() 591 nv_offattr(np,NV_IMPORT); in b_common()
|
H A D | misc.c | 95 nv_offattr(np,NV_EXPORT); in noexport()
|
/titanic_44/usr/src/lib/libshell/misc/ |
H A D | ERRATA.txt | 968 nv_offattr(np,NV_EXPORT);
|