Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dzconf.l105 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
164 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
Dkconf_id.c40 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup() function
Dzconf.y248 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));