Home
last modified time | relevance | path

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

/external/bison/src/
Duniqstr.c38 static struct hash_table *uniqstrs_table = NULL; variable
47 uniqstr res = hash_lookup (uniqstrs_table, str); in uniqstr_new()
52 hash_insert (uniqstrs_table, res); in uniqstr_new()
65 if (!hash_lookup (uniqstrs_table, str)) in uniqstr_assert()
115 uniqstrs_table = hash_initialize (HT_INITIAL_CAPACITY, in uniqstrs_new()
130 hash_do_for_each (uniqstrs_table, processor, processor_data); in uniqstrs_do()
152 hash_free (uniqstrs_table); in uniqstrs_free()