Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.hash.c184 static const struct kconf_id wordlist[] = in kconf_id_lookup() local
280 register int o = wordlist[key].name; in kconf_id_lookup()
286 return &wordlist[key]; in kconf_id_lookup()
Dzconf.hash.c_shipped184 static const struct kconf_id wordlist[] =
280 register int o = wordlist[key].name;
286 return &wordlist[key];
/linux-4.4.14/scripts/genksyms/
Dkeywords.hash.c_shipped99 static const struct resword wordlist[] =
222 register const char *s = wordlist[key].name;
225 return &wordlist[key];