Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c4115 static int nfa_time_count; variable
5917 if (nfa_time_limit != NULL && ++nfa_time_count == 20) in nfa_regmatch()
5919 nfa_time_count = 0; in nfa_regmatch()
7166 if (nfa_time_limit != NULL && ++nfa_time_count == 20) in nfa_regmatch()
7168 nfa_time_count = 0; in nfa_regmatch()
7217 nfa_time_count = 0; in nfa_regtry()