Searched refs:kconf_id (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
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);
|
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);
|
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); 172 const struct kconf_id * 184 static const struct kconf_id wordlist[] =
|
A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 43 const struct kconf_id *id; 232 const struct kconf_id *id = kconf_id_lookup($2, strlen($2)); 543 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|
A D | lkc.h | 64 struct kconf_id { struct
|
A D | zconf.tab.c_shipped | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 196 const struct kconf_id *id; 1803 …const struct kconf_id *id = kconf_id_lookup((yyvsp[(2) - (3)].string), strlen((yyvsp[(2) - (3)].st… 2380 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken)
|
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);
|
Completed in 8 milliseconds