Searched refs:NV_IMPORT (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | name.h | 110 #define NV_NOCHANGE (NV_EXPORT|NV_IMPORT|NV_RDONLY|NV_TAGGED|NV_NOFREE|NV_ARRAY) 124 #define NV_NOALIAS (NV_NOPRINT|NV_IMPORT) 132 #define BLT_NOSFIO (NV_IMPORT) /* doesn't use sfio */
|
H A D | nval.h | 137 #define NV_IMPORT 0x1000 /* value imported from environment */ macro 138 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 146 #define NV_IMPORT 0x1000 /* value imported from environment */ macro 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 146 #define NV_IMPORT 0x1000 /* value imported from environment */ macro 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 146 #define NV_IMPORT 0x1000 /* value imported from environment */ macro 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 146 #define NV_IMPORT 0x1000 /* value imported from environment */ macro 147 #define NV_MINIMAL NV_IMPORT /* node does not contain all fields */
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | init.c | 1737 nv_onattr(np,NV_IMPORT); 1752 if(np!=SHLVL && nv_isattr(np,NV_IMPORT|NV_EXPORT)) 1781 nv_newattr(np,flag|NV_IMPORT|NV_EXPORT,size);
|
H A D | name.c | 1411 nv_offattr(np,NV_IMPORT); 1921 if(nv_isattr(np,NV_IMPORT) && np->nvenv) 2275 if(!(flags&NV_EXPORT) || nv_isattr(np,NV_IMPORT|NV_EXPORT)==(NV_IMPORT|NV_EXPORT)) 2670 nv_offattr(np,NV_IMPORT);
|
H A D | nvtype.c | 981 nv_putval(nq,(val?val:0),nv_isattr(np,~(NV_IMPORT|NV_EXPORT|NV_ARRAY))); 1045 nq->nvflag = (np->nvflag&~(NV_IMPORT|NV_EXPORT))|NV_NOFREE|NV_MINIMAL;
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 435 if(!nv_isattr(np,NV_IMPORT|NV_EXPORT) && (mp=(Namval_t*)np->nvenv))
|
H A D | typeset.c | 591 nv_offattr(np,NV_IMPORT);
|
Completed in 104 milliseconds