Home
last modified time | relevance | path

Searched refs:kconf_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/scripts/kconfig/
Dkconf_id.c2 static struct kconf_id kconf_id_array[] = {
38 #define KCONF_ID_ARRAY_SIZE (sizeof(kconf_id_array)/sizeof(struct kconf_id))
40 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup()
45 struct kconf_id *id = kconf_id_array+i; in kconf_id_lookup()
Dzconf.l105 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
164 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
43 const struct kconf_id *id;
248 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
581 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
Dlkc.h49 struct kconf_id { struct