Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c929 struct hash_table a_word_table; in func_filter_filterout() local
988 hash_init (&a_word_table, words, a_word_hash_1, a_word_hash_2, a_word_hash_cmp); in func_filter_filterout()
991 struct a_word *owp = hash_insert (&a_word_table, wp); in func_filter_filterout()
1012 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key); in func_filter_filterout()
1043 hash_free (&a_word_table, 0); in func_filter_filterout()