Searched refs:T_EOL (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.y81 %token T_EOL
114 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
115 | stmt_list option_name error T_EOL
119 | stmt_list error T_EOL { zconf_error("invalid statement"); }
127 T_EOL
136 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
137 | error T_EOL { zconf_error("invalid option"); }
143 config_entry_start: T_CONFIG T_WORD T_EOL
157 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
182 | config_option_list T_EOL
[all...]
H A Dzconf.l81 return T_EOL;
114 return T_EOL;
131 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
180 return T_EOL;
233 return T_EOL;
H A Dlex.zconf.c1020 return T_EOL;
1067 return T_EOL;
1110 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1202 return T_EOL;
1276 return T_EOL;
H A Dzconf.tab.c95 T_EOL = 286, enumerator in enum:yytokentype
131 #define T_EOL 286 macro
512 "T_UNEQUAL", "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.y80 %token T_EOL
112 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
113 | stmt_list option_name error T_EOL
117 | stmt_list error T_EOL { zconf_error("invalid statement"); }
125 T_EOL
134 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
135 | error T_EOL { zconf_error("invalid option"); }
141 config_entry_start: T_CONFIG T_WORD T_EOL
155 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
179 | config_option_list T_EOL
[all...]
H A Dzconf.l81 return T_EOL;
114 return T_EOL;
131 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
180 return T_EOL;
233 return T_EOL;
H A Dlex.zconf.c1006 return T_EOL;
1053 return T_EOL;
1096 BEGIN(INITIAL); current_file->lineno++; return T_EOL;
1188 return T_EOL;
1262 return T_EOL;
H A Dzconf.tab.c91 T_EOL = 285, enumerator in enum:yytokentype
125 #define T_EOL 285 macro
448 "T_CLOSE_PAREN", "T_OPEN_PAREN", "T_EOL", "T_OR", "T_AND", "T_EQUAL",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dzconf.y66 %token T_EOL
121 config_stmt: config_entry_start T_EOL config_option_list
129 | config_option_list config_option T_EOL
130 | config_option_list depends T_EOL
132 | config_option_list T_EOL
188 choice_entry: choice T_EOL choice_option_list
203 choice_entry choice_block choice_end T_EOL
212 | choice_option_list choice_option T_EOL
213 | choice_option_list depends T_EOL
215 | choice_option_list T_EOL
[all...]
H A Dzconf.l78 [ \t]*\n current_file->lineno++; return T_EOL;
137 \n BEGIN(INITIAL); current_file->lineno++; return T_EOL;
178 return T_EOL;

Completed in 127 milliseconds