Searched refs:endtoken (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 534 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 536 if (id->token != endtoken) { in zconf_endtoken()
|
D | zconf.tab.c | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 2340 if (id->token != endtoken) { in zconf_endtoken()
|
D | zconf.tab.c_shipped | 102 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 2338 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) 2340 if (id->token != endtoken) {
|