Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c6444 int result_if_matched; in nfa_regmatch() local
6453 result_if_matched = (t->state->c == NFA_START_COLL); in nfa_regmatch()
6458 result = !result_if_matched; in nfa_regmatch()
6472 result = result_if_matched; in nfa_regmatch()
6483 result = result_if_matched; in nfa_regmatch()
6496 result = result_if_matched; in nfa_regmatch()