Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dregexp_nfa.c4113 static proftime_T *nfa_time_limit; variable
5703 if (nfa_time_limit != NULL && profile_passed_limit(nfa_time_limit)) in nfa_did_time_out()
5917 if (nfa_time_limit != NULL && ++nfa_time_count == 20) in nfa_regmatch()
7166 if (nfa_time_limit != NULL && ++nfa_time_count == 20) in nfa_regmatch()
7215 nfa_time_limit = tm; in nfa_regtry()