Home
last modified time | relevance | path

Searched refs:negated (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c1371 int negated; in nfa_regatom() local
1840 negated = FALSE; in nfa_regatom()
1843 negated = TRUE; in nfa_regatom()
2088 if (!negated) in nfa_regatom()
2116 if (negated == TRUE) in nfa_regatom()
/vim-8.2.3635/runtime/syntax/
H A Drust.vim179 " The groups negated here add up to 0-255 but nothing else (they do not seem to go beyond ASCII).
/vim-8.2.3635/src/testdir/
H A Dtest_regexp_latin.vim591 " "\_" prepended negated collection matches EOL
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16566 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.