Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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_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_shipped172 T_EOL = 291,
543 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/rk3399_rockchip-uboot/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()