Searched refs:endtoken (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 550 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 552 if (id->token != endtoken) { in zconf_endtoken()
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 100 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 2267 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) 2269 if (id->token != endtoken) {
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 578 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 580 if (id->token != endtoken) { in zconf_endtoken()
|
| H A D | zconf.tab.c_shipped | 92 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 2284 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) 2286 if (id->token != endtoken) {
|