Searched refs:zconf_endtoken (Results 1 – 2 of 2) sorted by relevance
| /linux/scripts/kconfig/ |
| A D | parser.y | 27 static bool zconf_endtoken(const char *tokenname, 246 if (zconf_endtoken($1, "choice")) { 315 if (zconf_endtoken($1, "if")) { 343 if (zconf_endtoken($1, "menu")) { 514 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function
|
| A D | parser.tab.c | 92 static bool zconf_endtoken(const char *tokenname, 1472 if (zconf_endtoken((yyvsp[0].string), "choice")) { in yyparse() 1552 if (zconf_endtoken((yyvsp[0].string), "if")) { in yyparse() 1575 if (zconf_endtoken((yyvsp[0].string), "menu")) { in yyparse() 1969 static bool zconf_endtoken(const char *tokenname, in zconf_endtoken() function
|
Completed in 7 milliseconds