Searched defs:ARRAY_BITS (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h231 #define ARRAY_BITS 22 macro
232 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
233 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
234 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dnval.h222 #define ARRAY_BITS 22 macro
223 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
224 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
225 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h231 #define ARRAY_BITS 22 macro
232 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
233 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
234 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h231 #define ARRAY_BITS 22 macro
232 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
233 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
234 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h231 #define ARRAY_BITS 22 macro
232 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
233 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
234 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */

Completed in 52 milliseconds