Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.y79 %token T_EOL
119 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
120 | stmt_list option_name error T_EOL
124 | stmt_list error T_EOL { zconf_error("invalid statement"); }
132 T_EOL
141 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
142 | error T_EOL { zconf_error("invalid option"); }
148 config_entry_start: T_CONFIG T_WORD T_EOL
162 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
187 | config_option_list T_EOL
[all …]
H A Dzconf.l87 return T_EOL;
120 return T_EOL;
141 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
H A Dzconf.lex.c
H A 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;
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped172 T_EOL = 291,
543 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.y79 %token T_EOL
140 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
141 | stmt_list option_name error T_EOL
145 | stmt_list error T_EOL { zconf_error("invalid statement"); }
153 T_EOL
162 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
163 | error T_EOL { zconf_error("invalid option"); }
169 config_entry_start: T_CONFIG nonconst_symbol T_EOL
181 menuconfig_entry_start: T_MENUCONFIG nonconst_symbol T_EOL
204 | config_option_list T_EOL
[all …]
H A Dzconf.l86 return T_EOL;
118 return T_EOL;
139 \n BEGIN(INITIAL); return T_EOL;
H A Dzconf.lex.c_shipped1103 return T_EOL;
1149 return T_EOL;
1208 BEGIN(INITIAL); return T_EOL;
1303 return T_EOL;
1381 return T_EOL;
H A Dzconf.tab.c_shipped164 T_EOL = 291,
535 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dparser.y84 %token T_EOL
115 mainmenu_stmt: T_MAINMENU T_WORD_QUOTE T_EOL
130 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
131 | stmt_list error T_EOL { zconf_error("invalid statement"); }
139 | stmt_list_in_choice error T_EOL { zconf_error("invalid statement"); }
144 config_entry_start: T_CONFIG nonconst_symbol T_EOL
156 menuconfig_entry_start: T_MENUCONFIG nonconst_symbol T_EOL
179 config_option: type prompt_stmt_opt T_EOL
187 config_option: T_PROMPT T_WORD_QUOTE if_expr T_EOL
193 config_option: default expr if_expr T_EOL
[all …]
H A Dlexer.l29 static int prev_prev_token = T_EOL;
30 static int prev_token = T_EOL;
94 \n return T_EOL;
165 \n { BEGIN(INITIAL); return T_EOL; }
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/cmd/
H A Dpxe.c814 T_EOL, enumerator
990 t->type = T_EOL; in get_token()
1274 case T_EOL: in parse_label()
1365 case T_EOL: in parse_pxefile_top()