Searched defs:NV_NOFREE (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h142 #define NV_NOFREE 0x200 /* don't free the space when releasing value */ macro
179 #define NV_ASSIGN NV_NOFREE /* assignment is possible */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h133 #define NV_NOFREE 0x200 /* don't free the space when releasing value */ macro
170 #define NV_ASSIGN NV_NOFREE /* assignment is possible */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h142 #define NV_NOFREE 0x200 /* don't free the space when releasing value */ macro
179 #define NV_ASSIGN NV_NOFREE /* assignment is possible */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h142 #define NV_NOFREE 0x200 /* don't free the space when releasing value */ macro
179 #define NV_ASSIGN NV_NOFREE /* assignment is possible */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h142 #define NV_NOFREE 0x200 /* don't free the space when releasing value */ macro
179 #define NV_ASSIGN NV_NOFREE /* assignment is possible */
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c385 nv_onattr(SH_LEVELNOD,NV_INT16|NV_NOFREE);
440 if(!SH_LEVELNOD->nvfun || !SH_LEVELNOD->nvfun->disc || nv_isattr(SH_LEVELNOD,NV_INT16|NV_NOFREE)!=(NV_INT16|NV_NOFREE))
451 nv_putval(SH_PATHNAMENOD,shp->st.filename,NV_NOFREE);
452 nv_putval(SH_FUNNAMENOD,shp->st.funname,NV_NOFREE);
625 nv_putval(SH_NAMENOD, cp, NV_NOFREE);
628 L_ARGNOD->nvflag = NV_REF|NV_NOFREE;
633 nv_putval(SH_SUBSCRNOD,nr->sub=sp,NV_NOFREE);
1977 nv_putval(np,(char*)root,NV_TABLE|NV_NOFREE); local
2218 nv_onattr(L_ARGNOD,NV_NOFREE);
[all...]

Completed in 71 milliseconds