Searched refs:NV_TABLE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | variables.c | 81 ".sh", NV_TABLE|NV_RDONLY|NV_NOFREE|NV_NOPRINT,(char*)0,
|
H A D | options.c | 146 {"++namespace", NV_TABLE},
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | name.h | 135 #define nv_istable(n) (nv_isattr((n),NV_TABLE|NV_LJUST|NV_RJUST|NV_INTEGER)==NV_TABLE)
|
H A D | nval.h | 136 #define NV_TABLE 0x800 /* node is a dictionary table */ macro
|
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 145 #define NV_TABLE 0x800 /* node is a dictionary table */ macro
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 145 #define NV_TABLE 0x800 /* node is a dictionary table */ macro
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 145 #define NV_TABLE 0x800 /* node is a dictionary table */ macro
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 145 #define NV_TABLE 0x800 /* node is a dictionary table */ macro
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 1369 nv_onattr(mp,NV_TABLE); in nv_mount()
|
H A D | name.c | 2454 if((!np->nvfun || !np->nvfun->disc) && !nv_isattr(np,NV_ARRAY|NV_INTEGER|NV_FUNCT|NV_REF|NV_TABLE)) in nv_getval()
|
H A D | xec.c | 1977 nv_putval(np,(char*)root,NV_TABLE|NV_NOFREE); in sh_exec()
|