Home
last modified time | relevance | path

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

/locale/programs/
A Drepertoire.c362 static const struct keyword_t wordlist[] = in repertoiremap_hash() local
370 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()
A Dcharmap-kw.h130 static const struct keyword_t wordlist[] = in charmap_hash() local
181 register const char *s = wordlist[key].name; in charmap_hash()
184 return &wordlist[key]; in charmap_hash()
A Dlocfile-kw.h130 static const struct keyword_t wordlist[] = in locfile_hash() local
612 register const char *s = wordlist[key].name; in locfile_hash()
615 return &wordlist[key]; in locfile_hash()

Completed in 8 milliseconds