Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dprofiler.pro8 int profile_passed_limit(proftime_T *tm);
/vim-8.2.3635/src/
H A Dprofiler.c142 profile_passed_limit(proftime_T *tm) in profile_passed_limit() function
H A Dmatch.c455 if (profile_passed_limit(&(shl->tm))) in next_search_hl()
H A Dsearch.c738 if (tm != NULL && profile_passed_limit(tm)) in searchit()
3279 if (timeout > 0 && profile_passed_limit(&start)) in update_search_stat()
H A Dregexp_bt.c3292 if (profile_passed_limit(tm)) in regmatch()
4997 if (profile_passed_limit(tm)) in bt_regexec_both()
H A Dregexp_nfa.c5703 if (nfa_time_limit != NULL && profile_passed_limit(nfa_time_limit)) in nfa_did_time_out()