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

Lines Matching defs:true

122 #define true 1
144 /* Returns true if an nfa state has an epsilon out-transition slot
152 /* Returns true if an nfa state has an epsilon out-transition character
343 * printstats - if true (-v), dump statistics
344 * syntaxerror - true if a syntax error has been found
345 * eofseen - true if we've seen an eof in the input file
346 * ddebug - if true (-d), make a "debug" scanner
347 * trace - if true (-T), trace processing
348 * nowarn - if true (-w), do not generate warnings
349 * spprdflt - if true (-s), suppress the default rule
350 * interactive - if true (-I), generate an interactive scanner
351 * caseins - if true (-i), generate a case-insensitive scanner
352 * lex_compat - if true (-l), maximize compatibility with AT&T lex
353 * do_yylineno - if true, generate code to maintain yylineno
354 * useecs - if true (-Ce flag), use equivalence classes
355 * fulltbl - if true (-Cf flag), don't compress the DFA state table
356 * usemecs - if true (-Cm flag), use meta-equivalence classes
357 * fullspd - if true (-F flag), use Jacobson method of table representation
358 * gen_line_dirs - if true (i.e., no -L flag), generate #line directives
362 * backing_up_report - if true (i.e., -b flag), generate "lex.backup" file
364 * C_plus_plus - if true (i.e., -+ flag), generate a C++ scanner class;
366 * long_align - if true (-Ca flag), favor long-word alignment.
367 * use_read - if true (-f, -F, or -Cr) then use read() for scanner input;
369 * yytext_is_array - if true (i.e., %array directive), then declare
375 * yymore_used - if true, yymore() is used in input rules
376 * reject - if true, generate back-up tables for REJECT macro
377 * real_reject - if true, scanner really uses REJECT (as opposed to just
379 * continued_action - true if this rule's action is to "fall through" to
381 * in_rule - true if we're inside an individual rule, false if not.
485 * rule_useful - true if we've determined that the rule can be matched
560 * scxclu - true if start condition is exclusive
561 * sceof - true if start condition has EOF rule
618 * cclng - true for a given ccl if the ccl is negated