Searched refs:kconf_id (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | kconf_id.c | 2 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 D | zconf.l | 103 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng); 141 const struct kconf_id *id = kconf_id_lookup(yytext, yyleng);
|
| 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; 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 D | lkc.h | 64 struct kconf_id { struct
|
| H A D | zconf.tab.c_shipped | 92 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 D | zconf.lex.c_shipped | 1127 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 D | zconf.hash.c | |
| 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 | |
| H A D | zconf.lex.c | |
| 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);
|
| /OK3568_Linux_fs/output/kconf/ |
| H A D | .depend | |
| H A D | zconf.lex.c | |