Searched refs:endtoken (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.y | 27 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken); 543 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 545 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); 2380 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 2382 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); 2380 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) 2382 if (id->token != endtoken) {
|