Searched refs:T_EOL (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | zconf.y | 79 %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 …]
|
D | zconf.l | 86 return T_EOL; 118 return T_EOL; 139 \n BEGIN(INITIAL); return T_EOL;
|
/external/u-boot/cmd/ |
D | pxe.c | 813 T_EOL, enumerator 989 t->type = T_EOL; in get_token() 1273 case T_EOL: in parse_label() 1364 case T_EOL: in parse_pxefile_top()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1020 return T_EOL; 1067 return T_EOL; 1110 BEGIN(INITIAL); current_file->lineno++; return T_EOL; 1202 return T_EOL; 1276 return T_EOL;
|
D | zconf.tab.c_shipped | 95 T_EOL = 286, 131 #define T_EOL 286 513 "T_UNEQUAL", "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND",
|