Home
last modified time | relevance | path

Searched refs:H_FIXED (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c30 #define H_FIXED 0100000 /* table size is fixed */ macro
52 if((n = hash->tblz) > 0 && (hash->type&H_FIXED) ) in htable()
58 { hash->type |= H_FIXED; in htable()