Searched refs:wordlist (Results 1 – 3 of 3) sorted by relevance
362 static const struct keyword_t wordlist[] = in repertoiremap_hash() local370 if (len == 11 && memcmp (wordlist[0].name, str, 11) == 0) in repertoiremap_hash()371 return &wordlist[0]; in repertoiremap_hash()372 if (len == 12 && memcmp (wordlist[1].name, str, 12) == 0) in repertoiremap_hash()373 return &wordlist[1]; in repertoiremap_hash()374 if (len == 7 && memcmp (wordlist[2].name, str, 7) == 0) in repertoiremap_hash()375 return &wordlist[2]; in repertoiremap_hash()376 if (len == 3 && memcmp (wordlist[3].name, str, 3) == 0) in repertoiremap_hash()377 return &wordlist[3]; in repertoiremap_hash()
130 static const struct keyword_t wordlist[] = in charmap_hash() local181 register const char *s = wordlist[key].name; in charmap_hash()184 return &wordlist[key]; in charmap_hash()
130 static const struct keyword_t wordlist[] = in locfile_hash() local612 register const char *s = wordlist[key].name; in locfile_hash()615 return &wordlist[key]; in locfile_hash()
Completed in 8 milliseconds