Searched refs:T_EOL (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.y | 78 %token T_EOL 118 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); } 119 | stmt_list option_name error T_EOL 123 | stmt_list error T_EOL { zconf_error("invalid statement"); } 131 T_EOL 140 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); } 141 | error T_EOL { zconf_error("invalid option"); } 147 config_entry_start: T_CONFIG T_WORD T_EOL 161 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL 186 | config_option_list T_EOL [all …]
|
D | zconf.l | 87 return T_EOL; 120 return T_EOL; 141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
|
D | zconf.lex.c | 1101 return T_EOL; 1148 return T_EOL; 1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL; 1299 return T_EOL; 1378 return T_EOL;
|
D | zconf.lex.c_shipped | 1101 return T_EOL; 1148 return T_EOL; 1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL; 1299 return T_EOL; 1378 return T_EOL;
|
D | zconf.tab.c | 176 T_EOL = 290, enumerator
|
D | zconf.tab.c_shipped | 176 T_EOL = 290, 577 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
|