Searched refs:kconf_id (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.gperf | 10 struct kconf_id; 12 static const struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
|
| H A D | zconf.l | 104 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 143 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| H A D | zconf.hash.c_shipped | 32 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 D | zconf.y | 27 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 D | lkc.h | 64 struct kconf_id { struct
|
| H A D | zconf.tab.c_shipped | 100 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 D | zconf.lex.c_shipped | 1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|