Home
last modified time | relevance | path

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

/external/bison/src/
Duniqstr.c37 static struct hash_table *uniqstrs_table = NULL; variable
46 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new()
51 if (!hash_insert (uniqstrs_table, res)) in uniqstr_new()
80 if (!hash_lookup (uniqstrs_table, str)) in uniqstr_assert()
130 uniqstrs_table = hash_initialize (HT_INITIAL_CAPACITY, in uniqstrs_new()
145 hash_do_for_each (uniqstrs_table, processor, processor_data); in uniqstrs_do()
167 hash_free (uniqstrs_table); in uniqstrs_free()