Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dprofiler.pro7 void profile_setlimit(long msec, proftime_T *tm);
/vim-8.2.3635/src/
H A Dtime.c466 profile_setlimit(msec, &timer->tr_due); in create_timer()
579 profile_setlimit(timer->tr_interval, &timer->tr_due); in check_due_timer()
H A Dprofiler.c115 profile_setlimit(long msec, proftime_T *tm) in profile_setlimit() function
H A Dmatch.c337 profile_setlimit(p_rdt, &(cur->hl.tm)); in init_search_hl()
H A Dmouse.c290 profile_setlimit(p_bdlay, &bevalexpr_due); in do_mouse()
H A Ddrawscreen.c2161 profile_setlimit(p_rdt, &syntax_tm); in win_update()
H A Dex_getln.c489 profile_setlimit(500L, &tm); in may_do_incsearch_highlighting()
H A Dscreen.c1762 profile_setlimit(p_rdt, &screen_search_hl.tm); in start_search_hl()
H A Dsearch.c3271 profile_setlimit(timeout, &start); in update_search_stat()
H A Devalfunc.c8074 profile_setlimit(time_limit, &tm); in search_cmn()
8551 profile_setlimit(time_limit, &tm); in do_searchpair()
H A Dterminal.c2939 profile_setlimit(100L, &term->tl_timer_due); in set_dirty_snapshot()