Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dkconf_id.c2 static struct kconf_id kconf_id_array[] = {
39 #define KCONF_ID_ARRAY_SIZE (sizeof(kconf_id_array)/sizeof(struct kconf_id))
41 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len) in kconf_id_lookup()
46 struct kconf_id *id = kconf_id_array+i; in kconf_id_lookup()
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 Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
43 const struct kconf_id *id;
256 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
578 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
H A Dlkc.h64 struct kconf_id { struct
H A Dzconf.tab.c_shipped92 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
184 const struct kconf_id *id;
204 /* Include kconf_id.c here so it can see the token constants. */
205 #include "kconf_id.c"
1664 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
2284 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
H A Dzconf.lex.c_shipped1127 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
1213 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.hash.c
H A Dzconf.gperf10 struct kconf_id;
12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
H A Dzconf.l104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
H A Dzconf.hash.c_shipped32 struct kconf_id;
34 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
174 const struct kconf_id *
186 static const struct kconf_id wordlist[] =
H A Dzconf.y27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
43 const struct kconf_id *id;
239 const struct kconf_id *id = kconf_id_lookup($2, strlen($2));
550 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
H A Dlkc.h64 struct kconf_id { struct
H A Dzconf.tab.c
H A Dzconf.lex.c
H A Dzconf.tab.c_shipped100 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
192 const struct kconf_id *id;
1648 const struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string)));
2267 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
H A Dzconf.lex.c_shipped1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
/OK3568_Linux_fs/output/kconf/
H A D.depend
H A Dzconf.lex.c