Home | History | Annotate | Download | only in MISC

Lines Matching full:matched

30          How The Input Is Matched
31 the rules for determining what has been matched
34 how to specify what to do when a pattern is matched
142 By default, any text not matched by a flex scanner is copied
412 text matched by s is included when determining
416 sees the text matched by r. This type
580 HOW THE INPUT IS MATCHED
607 integer yyleng. The action corresponding to the matched pat-
613 next character in the input is considered matched and copied
682 tern is matched the input token is simply discarded. For
690 put since they will be matched by the default rule.)
753 best" rule which matched the input (or a prefix of the
755 the Input is Matched", and yytext and yyleng set up
756 appropriately. It may either be one which matched as
758 in the flex input file, or one which matched less text.
821 First "mega-" is matched and echoed to the output.
822 Then "kludge" is matched, but the previous "mega-" is
896 instead (see How The Input Is Matched).
1756 which is always executed prior to the matched rule's action.
1759 the variable yy_act gives the number of the matched rule
1761 profile how often each of your rules is matched. The fol-
1948 --accepting rule at line 53 ("the matched text")
1968 matched regardless of case. The matched text given in
2078 decide what token has been matched if it absolutely
2614 a rule which is matched. With a bit of headscratching one
2722 fact that the longer the tokens matched, the faster the
2757 over the other rules to keep the matched text as long as
2872 in the section How the Input is Matched, dynamically resiz-
2920 returns the text of the most recently matched token,
2924 returns the length of the most recently matched token,
3180 been matched by a rule. If input() encounters an end-
3280 next token is matched, unless the scanner was built
3377 warning, rule cannot be matched indicates that the given
3378 rule cannot be matched because it follows other rules that
3380 following "foo" cannot be matched because it comes after an
3388 warning, -s option given but default rule can be matched
3405 tered an input string which wasn't matched by any of its
3409 and one of its rules matched a string longer than the YYLMAX
3480 Some trailing context patterns cannot be properly matched
3486 draft states that the text matched by such patterns is unde-
3526 rescanning all the text matched so far by the current (gen-
3536 been matched. The number of entries is equal to the number