Searched refs:T_ENDIF (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.y | 58 %token <id>T_ENDIF 331 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 462 | T_ENDIF T_EOL { $$ = $1; } 536 case T_ENDIF: return "endif"; in zconf_tokenname()
|
| D | zconf.gperf | 27 endif, T_ENDIF, TF_COMMAND
|
| D | zconf.hash.c | 193 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup()
|
| D | zconf.tab.c | 156 T_ENDIF = 270, enumerator 1904 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2373 case T_ENDIF: return "endif"; in zconf_tokenname()
|
| D | zconf.hash.c_shipped | 193 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
|
| D | zconf.tab.c_shipped | 156 T_ENDIF = 270, 573 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS", 1904 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2373 case T_ENDIF: return "endif";
|
| /linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_gram.y | 216 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
|