Home
last modified time | relevance | path

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

/trueos/contrib/tcsh/
HDsh.hist.c201 struct hashValue /* State used to hash a wordend word list. */ struct
208 initializeHash(struct hashValue *h) in initializeHash() argument
217 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()
266 addCharToHash(struct hashValue *h, Char ch) in addCharToHash()
275 finalizeHash(struct hashValue *h) in finalizeHash()
306 struct hashValue { uint32_t h; }; argument
308 initializeHash(struct hashValue *h) in initializeHash()
314 addWordToHash(struct hashValue *h, const Char *word) in addWordToHash()
324 addCharToHash(struct hashValue *h, Char c) in addCharToHash()
331 finalizeHash(struct hashValue *h) in finalizeHash()
[all …]