Searched refs:endtoken (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 28 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 548 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 550 if (id->token != endtoken) { in zconf_endtoken()
|
| H A D | zconf.tab.c | 105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument 2305 if (id->token != endtoken) { in zconf_endtoken()
|
| H A D | zconf.tab.c_shipped | 105 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken); 2303 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken) 2305 if (id->token != endtoken) {
|