Lines Matching full:alternative
18 An alternative algorithm is provided by the \fBpcre2_dfa_match()\fP function;
19 it operates in a different way, and is not Perl-compatible. This alternative
34 them, whereas the alternative algorithm finds all three.
57 alternative branch at that level. This often involves backing up (moving to the
74 .SH "THE ALTERNATIVE MATCHING ALGORITHM"
122 supported or behave differently in the alternative matching function. Those
161 the alternative algorithm moves through the subject string one character (not
171 .SH "ADVANTAGES OF THE ALTERNATIVE ALGORITHM"
174 The main advantage of the alternative algorithm is that all possible matches
188 .SH "DISADVANTAGES OF THE ALTERNATIVE ALGORITHM"
191 The alternative algorithm suffers from a number of disadvantages: