Home
last modified time | relevance | path

Searched refs:nfa_match (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c4111 static int nfa_match; variable
5435 nfa_match = save_nfa_match; in recursive_regmatch()
5772 nfa_match = FALSE; in nfa_regmatch()
5830 nfa_match = NFA_TOO_EXPENSIVE; in nfa_regmatch()
5965 nfa_match = TRUE; in nfa_regmatch()
6034 nfa_match = TRUE; in nfa_regmatch()
6080 nfa_match = result; in nfa_regmatch()
6202 nfa_match = result; in nfa_regmatch()
7058 if (nfa_match == FALSE in nfa_regmatch()
7123 nfa_match = NFA_TOO_EXPENSIVE; in nfa_regmatch()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt16587 Solution: Save and restore nfa_match.
H A Dversion8.txt12091 Solution: Do not restore nfa_match. (Christian Brabandt, closes #867)