Searched refs:kconf_id (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/scripts/kconfig/ |
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()
|
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);
|
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()
|
D | lkc.h | 64 struct kconf_id { struct
|
/external/toybox/kconfig/ |
D | zconf.hash.c_shipped | 32 struct kconf_id; 162 struct kconf_id * 174 static struct kconf_id wordlist[] =
|
D | lkc.h | 52 struct kconf_id { struct
|
D | zconf.tab.c_shipped | 171 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 209 struct kconf_id *id; 1556 struct kconf_id *id = kconf_id_lookup((yyvsp[-1].string), strlen((yyvsp[-1].string))); 2155 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
|
D | lex.zconf.c_shipped | 1044 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng); 1119 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
|