Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/kconfig/
Dzconf.y28 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken);
560 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() argument
562 if (id->token != endtoken) { in zconf_endtoken()