Searched refs:muscle_table (Results 1 - 1 of 1) sorted by last modified time

/external/bison/src/
H A Dmuscle-tab.c46 static struct hash_table *muscle_table = NULL; variable in typeref:struct:hash_table
82 muscle_table = hash_initialize (HT_INITIAL_CAPACITY, NULL, hash_muscle,
97 hash_free (muscle_table);
115 entry = hash_lookup (muscle_table, &probe);
122 if (!hash_insert (muscle_table, entry))
145 entry = hash_lookup (muscle_table, &probe);
152 if (!hash_insert (muscle_table, entry))
232 result = hash_lookup (muscle_table, &probe);
252 result = hash_lookup (muscle_table, &probe);
668 hash_do_for_each (muscle_table, muscle_m4_output_processo
[all...]

Completed in 110 milliseconds