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

/external/bison/src/
H A Duniqstr.c37 static struct hash_table *uniqstrs_table = NULL; variable in typeref:struct:hash_table
46 uniqstr res = hash_lookup (uniqstrs_table, str);
51 if (!hash_insert (uniqstrs_table, res))
80 if (!hash_lookup (uniqstrs_table, str))
131 uniqstrs_table = hash_initialize (HT_INITIAL_CAPACITY,
146 hash_do_for_each (uniqstrs_table, processor, processor_data);
168 hash_free (uniqstrs_table);

Completed in 53 milliseconds