Searched refs:T_ENDIF (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 63 %token <id>T_ENDIF 331 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 462 | T_ENDIF T_EOL { $$ = $1; } 541 case T_ENDIF: return "endif"; in zconf_tokenname()
|
| H A D | zconf.tab.c | 155 T_ENDIF = 270, enumerator 1857 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2296 case T_ENDIF: return "endif"; in zconf_tokenname()
|
| H A D | zconf.gperf | 26 endif, T_ENDIF, TF_COMMAND
|
| H A D | zconf.hash.c | 186 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup()
|
| H A D | zconf.tab.c_shipped | 155 T_ENDIF = 270, 560 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS", 1857 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2296 case T_ENDIF: return "endif";
|
| H A D | zconf.hash.c_shipped | 186 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
|