Lines Matching refs:a_word
886 struct a_word
888 struct a_word *next;
889 struct a_word *chain;
898 return_STRING_HASH_1 (((struct a_word const *) key)->str);
904 return_STRING_HASH_2 (((struct a_word const *) key)->str);
910 int result = ((struct a_word const *) x)->length - ((struct a_word const *) y)->length;
913 return_STRING_COMPARE (((struct a_word const *) x)->str,
914 ((struct a_word const *) y)->str);
929 struct a_word *wordhead;
930 struct a_word **wordtail;
931 struct a_word *wp;
974 struct a_word *word = (struct a_word *) alloca (sizeof (struct a_word));
998 struct a_word *owp = hash_insert (&a_word_table, wp);
1016 struct a_word a_word_key;
1019 wp = (struct a_word *) hash_find_item (&a_word_table, &a_word_key);