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

/ast/src/cmd/ksh93/include/
H A Dnval.h233 #define ARRAY_BITS 22 macro
234 #define ARRAY_ADD (1L<<ARRAY_BITS) /* add subscript if not found */
235 #define ARRAY_SCAN (2L<<ARRAY_BITS) /* For ${array[@]} */
236 #define ARRAY_UNDEF (4L<<ARRAY_BITS) /* For ${array} */

Completed in 8 milliseconds