Searched refs:T_IF (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | zconf.y | 62 %token <id>T_IF 321 if_entry: T_IF expr nl 331 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 471 | T_IF expr { $$ = $2; } 540 case T_IF: return "if"; in zconf_tokenname()
|
| H A D | zconf.tab.c | 154 T_IF = 269, enumerator 1857 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2295 case T_IF: return "if"; in zconf_tokenname()
|
| H A D | zconf.gperf | 25 if, T_IF, TF_COMMAND|TF_PARAM
|
| H A D | zconf.hash.c | 202 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str22, T_IF, TF_COMMAND|TF_PARAM… in kconf_id_lookup()
|
| H A D | zconf.tab.c_shipped | 154 T_IF = 269, 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)) { 2295 case T_IF: return "if";
|
| H A D | zconf.hash.c_shipped | 202 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str22, T_IF, TF_COMMAND|TF_PARAM…
|