Home
last modified time | relevance | path

Searched refs:nv_offattr (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darray.c241 nv_offattr(np,NV_NOFREE); in array_getup()
428 nv_offattr(nq,NV_RDONLY); in nv_arraysettype()
576 nv_offattr(mp,NV_EXPORT); in array_getval()
687 nv_offattr(np,NV_ARRAY); in array_putval()
733 nv_offattr(np,NV_NOFREE); in array_putval()
773 nv_offattr(np,NV_NOFREE); in array_putval()
795 nv_offattr(np,NV_ARRAY); in array_copytree()
913 nv_offattr(np,NV_RDONLY); in nv_atypeindex()
996 nv_offattr(np,NV_NOFREE); in nv_setarray()
1049 nv_offattr(nq,NV_ARRAY); in nv_arraychild()
[all …]
H A Dname.c396 nv_offattr(np,NV_NOFREE); in nv_setlist()
630 nv_offattr(np,NV_PARAM); in nv_setlist()
1544 nv_offattr(np,NV_REF); in nv_open()
1672 nv_offattr(np,NV_IMPORT); in nv_putval()
1923 nv_offattr(np,NV_NOFREE); in nv_putval()
1987 nv_offattr(np,NV_NOFREE); in nv_putval()
2562 nv_offattr(np,NV_NODISC); in _nv_unset()
3024 nv_offattr(np,NV_IMPORT); in nv_newattr()
3030 nv_offattr(np,NV_EXPORT); in nv_newattr()
3046 nv_offattr(np, ~NV_NOFREE); in nv_newattr()
[all …]
H A Dnvdisc.c739 nv_offattr(np,NV_NODISC); in nv_disc()
931 nv_offattr(mp,NV_MINIMAL); in nv_clone()
956 nv_offattr(mp,NV_NOFREE); in nv_clone()
959 nv_offattr(mp,NV_NOFREE); in nv_clone()
988 nv_offattr(mp,NV_NOFREE); in nv_clone()
1453 nv_offattr(mp,NV_TABLE); in nv_mount()
H A Dnvtype.c352 nv_offattr(nq,NV_NOFREE); in fixnode()
356 nv_offattr(nq,NV_NOFREE); in fixnode()
612 nv_offattr(mp,NV_RDONLY); in clone_inttype()
652 nv_offattr(np,NV_RDONLY); in typeinfo()
1061 nv_offattr(np,NV_EXPORT); in nv_mktype()
1396 nv_offattr(np,NV_RDONLY); in nv_settype()
1579 nv_offattr(tp,NV_RDONLY); in nv_mkstat()
H A Dbash.c416 nv_offattr(np,NV_RDONLY); in bash_init()
H A Dinit.c752 nv_offattr(np,NV_NOFREE); in put_lastarg()
754 nv_offattr(np,NV_EXPORT); in put_lastarg()
1390 nv_offattr(SHLVL,NV_IMPORT); in sh_init()
1685 nv_offattr(SHLVL,NV_IMPORT); in sh_reinit()
2121 nv_offattr(PWDNOD,NV_TAGGED); in env_init()
H A Dpath.c268 nv_offattr(PWDNOD,NV_NOFREE); in path_pwd()
283 nv_offattr(PWDNOD,NV_NOFREE); in path_pwd()
1806 nv_offattr(np,NV_NOPRINT); in path_alias()
H A Darith.c463 nv_offattr(&node,NV_RDONLY|NV_NOFREE); in arith()
H A Dnvtree.c1106 nv_offattr(np,NV_EXPORT); in nv_getvtree()
1108 nv_offattr(np,NV_TABLE); in nv_getvtree()
H A Dsubshell.c351 nv_offattr(np,NV_IDENT); in nv_restore()
H A Dxec.c2330 nv_offattr(np,NV_REF); in sh_exec()
2806 nv_offattr(np,NV_FPOSIX); in sh_exec()
2945 nv_offattr(L_ARGNOD,NV_NOFREE); in sh_exec()
H A Dlex.c2524 nv_offattr(np,NV_NOEXPAND); in alias_exceptf()
H A Dmacro.c1340 nv_offattr(np,NV_NOFREE); in varsub()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c607 nv_offattr(np,NV_RAW); in fmtbase64()
631 nv_offattr(np,NV_EXPORT); in fmtbase64()
641 nv_offattr(np,NV_RAW); in fmtbase64()
H A Dtypeset.c448 nv_offattr(tdata.tp,NV_TAGGED); in b_typeset()
615 nv_offattr(np,flag); in setall()
645 nv_offattr(np,NV_NOFREE); in setall()
748 nv_offattr(np,flag&(NV_LTOU|NV_UTOL)); in setall()
764 nv_offattr(np,NV_IMPORT); in setall()
H A Dmisc.c95 nv_offattr(np,NV_EXPORT); in noexport()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h213 #define nv_offattr(n,f) ((n)->nvflag &= ~(f)) macro