Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dfunction.c1009 struct a_word a_word_key; in func_filter_filterout() local
1010 a_word_key.str = pp->str; in func_filter_filterout()
1011 a_word_key.length = pp->length; in func_filter_filterout()
1012 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key); in func_filter_filterout()