Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dzconf.y80 %token T_EOL
144 T_EOL
196 | config_option_list T_EOL
296 | choice_option_list T_EOL
340 if_entry: T_IF expr T_EOL
368 menu: T_MENU prompt T_EOL
419 help_start: T_HELP T_EOL
446 | depends_list T_EOL
461 | visibility_list T_EOL
488 T_EOL
[all …]
A Dzconf.l88 return T_EOL;
131 return T_EOL;
141 \n { BEGIN(INITIAL); return T_EOL; }
162 \n BEGIN(INITIAL); return T_EOL;
/u-boot/cmd/
A Dpxe_utils.c674 T_EOL, enumerator
855 t->type = T_EOL; in get_token()
1173 case T_EOL: in parse_label()
1264 case T_EOL: in parse_pxefile_top()

Completed in 6 milliseconds