Searched refs:T_ENDCHOICE (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 56 %token <id>T_ENDCHOICE 263 if (zconf_endtoken($1, T_CHOICE, T_ENDCHOICE)) { 461 | T_ENDCHOICE T_EOL { $$ = $1; } 539 case T_ENDCHOICE: return "endchoice"; in zconf_tokenname()
|
| H A D | zconf.tab.c | 148 T_ENDCHOICE = 263, enumerator 1796 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) { 2294 case T_ENDCHOICE: return "endchoice"; in zconf_tokenname()
|
| H A D | zconf.gperf | 20 endchoice, T_ENDCHOICE, TF_COMMAND
|
| H A D | zconf.hash.c | 190 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, in kconf_id_lookup()
|
| H A D | zconf.tab.c_shipped | 148 T_ENDCHOICE = 263, 559 "T_SOURCE", "T_CHOICE", "T_ENDCHOICE", "T_COMMENT", "T_CONFIG", 1796 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_CHOICE, T_ENDCHOICE)) { 2294 case T_ENDCHOICE: return "endchoice";
|
| H A D | zconf.hash.c_shipped | 190 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND},
|