Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.y27 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 Dzconf.tab.c
H A Dzconf.tab.c_shipped100 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 Dzconf.y27 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 Dzconf.tab.c_shipped92 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) {