Home
last modified time | relevance | path

Searched refs:zconf_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);
274 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) {
342 if (zconf_endtoken($1, T_IF, T_ENDIF)) {
381 if (zconf_endtoken($1, T_MENU, T_ENDMENU)) {
560 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken() function