Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.hash.c182 static const struct kconf_id wordlist[] = in kconf_id_lookup() local
276 register int o = wordlist[key].name; in kconf_id_lookup()
282 return &wordlist[key]; in kconf_id_lookup()
Dzconf.hash.c_shipped182 static const struct kconf_id wordlist[] =
276 register int o = wordlist[key].name;
282 return &wordlist[key];
/linux-4.1.27/scripts/genksyms/
Dkeywords.hash.c_shipped99 static const struct resword wordlist[] =
222 register const char *s = wordlist[key].name;
225 return &wordlist[key];