Searched refs:T_EOL (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 74 %token T_EOL 113 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); } 114 | stmt_list option_name error T_EOL 118 | stmt_list error T_EOL { zconf_error("invalid statement"); } 126 T_EOL 135 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); } 136 | error T_EOL { zconf_error("invalid option"); } 142 config_entry_start: T_CONFIG T_WORD T_EOL 156 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL 181 | config_option_list T_EOL [all …]
|
D | zconf.l | 80 return T_EOL; 113 return T_EOL; 130 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
|
D | zconf.lex.c | 1064 return T_EOL; 1111 return T_EOL; 1154 BEGIN(INITIAL); current_file->lineno++; return T_EOL; 1246 return T_EOL; 1325 return T_EOL;
|
D | zconf.lex.c_shipped | 1064 return T_EOL; 1111 return T_EOL; 1154 BEGIN(INITIAL); current_file->lineno++; return T_EOL; 1246 return T_EOL; 1325 return T_EOL;
|
D | zconf.tab.c | 164 T_EOL = 286, enumerator
|
D | zconf.tab.c_shipped | 164 T_EOL = 286, 560 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
|