Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c3950 int ch_follows = failure_chance(prog->state[i].out1->out, 0); in nfa_postprocess() local
3961 if (prog->state[i].val <= 0 && ch_follows > 0) in nfa_postprocess()
3964 directly = ch_follows * 10 < ch_invisible; in nfa_postprocess()
3970 directly = ch_follows < ch_invisible; in nfa_postprocess()