Searched defs:Namarray (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 99 struct Namarray struct 101 Namfun_t hdr; 102 long nelem; /* number of elements */ 103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ 104 Namval_t *parent; /* for multi-dimensional */ 105 Dt_t *table; /* for subscripts */ 106 __V_ *scope; /* non-zerp when scoped */
|
/titanic_50/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 99 struct Namarray struct 101 Namfun_t hdr; 102 long nelem; /* number of elements */ 103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ 104 Namval_t *parent; /* for multi-dimensional */ 105 Dt_t *table; /* for subscripts */ 106 __V_ *scope; /* non-zerp when scoped */
|
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 99 struct Namarray struct 101 Namfun_t hdr; 102 long nelem; /* number of elements */ 103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ 104 Namval_t *parent; /* for multi-dimensional */ 105 Dt_t *table; /* for subscripts */ 106 __V_ *scope; /* non-zerp when scoped */
|
/titanic_50/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 99 struct Namarray struct 101 Namfun_t hdr; 102 long nelem; /* number of elements */ 103 __V_ *(*fun) __PROTO__((Namval_t*,const char*,int)); /* associative arrays */ 104 Namval_t *parent; /* for multi-dimensional */ 105 Dt_t *table; /* for subscripts */ 106 __V_ *scope; /* non-zerp when scoped */
|
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 90 struct Namarray struct 92 Namfun_t hdr; 93 long nelem; /* number of elements */ 94 void *(*fun)(Namval_t*,const char*,int); /* associative arrays */ 95 Namval_t *parent; /* for multi-dimensional */ 96 Dt_t *table; /* for subscripts */ 97 void *scope; /* non-zerp when scoped */
|