Lines Matching refs:wordent
42 static int heq (const struct wordent *, const struct wordent *);
143 struct wordent *sp, in savehist()
372 hashhist(struct wordent *h0) in hashhist()
375 struct wordent *firstWord = h0->next; in hashhist()
376 struct wordent *h = firstWord; in hashhist()
444 struct wordent word[4]; in generateHashes()
445 struct wordent base = { NULL, &word[0], &word[0] }; in generateHashes()
600 heq(const struct wordent *a0, const struct wordent *b0) in heq()
602 const struct wordent *a = a0->next, *b = b0->next; in heq()
853 findHistHashTable(struct wordent *lp, unsigned hashval) in findHistHashTable()
930 struct wordent *lp, in enthist()