Lines Matching refs:a_word
879 struct a_word struct
881 struct a_word *next; argument
882 struct a_word *chain; argument
891 return_STRING_HASH_1 (((struct a_word const *) key)->str); in a_word_hash_1() argument
897 return_STRING_HASH_2 (((struct a_word const *) key)->str); in a_word_hash_2()
903 int result = ((struct a_word const *) x)->length - ((struct a_word const *) y)->length; in a_word_hash_cmp()
906 return_STRING_COMPARE (((struct a_word const *) x)->str, in a_word_hash_cmp()
907 ((struct a_word const *) y)->str); in a_word_hash_cmp()
922 struct a_word *wordhead; in func_filter_filterout()
923 struct a_word **wordtail; in func_filter_filterout()
924 struct a_word *wp; in func_filter_filterout()
967 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word)); in func_filter_filterout()
991 struct a_word *owp = hash_insert (&a_word_table, wp); in func_filter_filterout()
1009 struct a_word a_word_key; in func_filter_filterout()
1012 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key); in func_filter_filterout()