Home
last modified time | relevance | path

Searched refs:endtoken (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y28 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 Dzconf.tab.c105 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 Dzconf.tab.c_shipped105 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) {