• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/

Lines Matching refs:option_sense

97 	static int option_sense;
212 {WS} option_sense = true;
216 no option_sense = ! option_sense;
218 7bit csize = option_sense ? 128 : 256;
219 8bit csize = option_sense ? 256 : 128;
221 align long_align = option_sense;
223 action_define( "YY_ALWAYS_INTERACTIVE", option_sense );
225 array yytext_is_array = option_sense;
226 backup backing_up_report = option_sense;
227 batch interactive = ! option_sense;
228 "c++" C_plus_plus = option_sense;
229 caseful|case-sensitive caseins = ! option_sense;
230 caseless|case-insensitive caseins = option_sense;
231 debug ddebug = option_sense;
232 default spprdflt = ! option_sense;
233 ecs useecs = option_sense;
242 input ACTION_IFDEF("YY_NO_INPUT", ! option_sense);
243 interactive interactive = option_sense;
244 lex-compat lex_compat = option_sense;
246 action_define( "YY_MAIN", option_sense );
247 do_yywrap = ! option_sense;
249 meta-ecs usemecs = option_sense;
251 action_define( "YY_NEVER_INTERACTIVE", option_sense );
253 perf-report performance_report += option_sense ? 1 : -1;
254 pointer yytext_is_array = ! option_sense;
255 read use_read = option_sense;
256 reject reject_really_used = option_sense;
257 stack action_define( "YY_STACK_USED", option_sense );
258 stdinit do_stdinit = option_sense;
259 stdout use_stdout = option_sense;
260 unput ACTION_IFDEF("YY_NO_UNPUT", ! option_sense);
261 verbose printstats = option_sense;
262 warn nowarn = ! option_sense;
263 yylineno do_yylineno = option_sense;
264 yymore yymore_really_used = option_sense;
265 yywrap do_yywrap = option_sense;
267 yy_push_state ACTION_IFDEF("YY_NO_PUSH_STATE", ! option_sense);
268 yy_pop_state ACTION_IFDEF("YY_NO_POP_STATE", ! option_sense);
269 yy_top_state ACTION_IFDEF("YY_NO_TOP_STATE", ! option_sense);
271 yy_scan_buffer ACTION_IFDEF("YY_NO_SCAN_BUFFER", ! option_sense);
272 yy_scan_bytes ACTION_IFDEF("YY_NO_SCAN_BYTES", ! option_sense);
273 yy_scan_string ACTION_IFDEF("YY_NO_SCAN_STRING", ! option_sense);