Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.h41 #define TABLE_INITIAL 50 macro
H A Dversions.c680 Vers = create_stringtable(TABLE_INITIAL); in init_tables()
681 Varch = create_stringtable(TABLE_INITIAL); in init_tables()
H A Dbucket.c505 b->b_global_table = create_stringtable(TABLE_INITIAL); in new_bucket()
506 b->b_protected_table = create_stringtable(TABLE_INITIAL); in new_bucket()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c36 #define TABLE_INITIAL 50 macro