Searched refs:negated (Results 1 – 4 of 4) sorted by relevance
1371 int negated; in nfa_regatom() local1840 negated = FALSE; in nfa_regatom()1843 negated = TRUE; in nfa_regatom()2088 if (!negated) in nfa_regatom()2116 if (negated == TRUE) in nfa_regatom()
179 " The groups negated here add up to 0-255 but nothing else (they do not seem to go beyond ASCII).
591 " "\_" prepended negated collection matches EOL
16566 Solution: Implement the negated version of \@=.16904 Problem: New regexp engine: negated flag is hardly used.16905 Solution: Add separate _NEG states, remove negated flag.