Searched refs:T_ENDIF (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 58 %token <id>T_ENDIF 326 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 457 | T_ENDIF T_EOL { $$ = $1; } 527 case T_ENDIF: return "endif"; in zconf_tokenname()
|
D | zconf.gperf | 26 endif, T_ENDIF, TF_COMMAND
|
D | zconf.hash.c | 191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup()
|
D | zconf.tab.c | 148 T_ENDIF = 270, enumerator 1882 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2331 case T_ENDIF: return "endif"; in zconf_tokenname()
|
D | zconf.hash.c_shipped | 191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
|
D | zconf.tab.c_shipped | 148 T_ENDIF = 270, 557 "T_MENUCONFIG", "T_HELP", "T_HELPTEXT", "T_IF", "T_ENDIF", "T_DEPENDS", 1882 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2331 case T_ENDIF: return "endif";
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 216 %token T_IF T_ELSE T_ELSE_IF T_ENDIF
|