Searched refs:T_IF (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 57 %token <id>T_IF 316 if_entry: T_IF expr nl 326 if (zconf_endtoken($1, T_IF, T_ENDIF)) { 466 | T_IF expr { $$ = $2; } 526 case T_IF: return "if"; in zconf_tokenname()
|
D | zconf.gperf | 25 if, T_IF, TF_COMMAND|TF_PARAM
|
D | zconf.hash.c | 186 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM}, in kconf_id_lookup()
|
D | zconf.tab.c | 147 T_IF = 269, enumerator 1882 if (zconf_endtoken((yyvsp[(1) - (1)].id), T_IF, T_ENDIF)) { 2330 case T_IF: return "if"; in zconf_tokenname()
|
D | zconf.hash.c_shipped | 186 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM},
|
D | zconf.tab.c_shipped | 147 T_IF = 269, 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)) { 2330 case T_IF: return "if";
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 102 return T_IF;
|
D | aicasm_gram.y | 216 %token T_IF T_ELSE T_ELSE_IF T_ENDIF 1087 T_IF T_CEXPR '{' 1097 | T_ELSE T_IF T_CEXPR '{'
|