Home
last modified time | relevance | path

Searched refs:T_EOL (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.y78 %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 …]
Dzconf.l87 return T_EOL;
120 return T_EOL;
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
Dzconf.lex.c1101 return T_EOL;
1148 return T_EOL;
1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1299 return T_EOL;
1378 return T_EOL;
Dzconf.lex.c_shipped1101 return T_EOL;
1148 return T_EOL;
1207 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1299 return T_EOL;
1378 return T_EOL;
Dzconf.tab.c176 T_EOL = 290, enumerator
Dzconf.tab.c_shipped176 T_EOL = 290,
577 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",