Home
last modified time | relevance | path

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

/openbmc/u-boot/scripts/kconfig/
H A Dzconf.l103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
H A Dkconf_id.c41 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup() function
H A Dzconf.y256 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));