Searched refs:profile_setlimit (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | profiler.pro | 7 void profile_setlimit(long msec, proftime_T *tm);
|
| /vim-8.2.3635/src/ |
| H A D | time.c | 466 profile_setlimit(msec, &timer->tr_due); in create_timer() 579 profile_setlimit(timer->tr_interval, &timer->tr_due); in check_due_timer()
|
| H A D | profiler.c | 115 profile_setlimit(long msec, proftime_T *tm) in profile_setlimit() function
|
| H A D | match.c | 337 profile_setlimit(p_rdt, &(cur->hl.tm)); in init_search_hl()
|
| H A D | mouse.c | 290 profile_setlimit(p_bdlay, &bevalexpr_due); in do_mouse()
|
| H A D | drawscreen.c | 2161 profile_setlimit(p_rdt, &syntax_tm); in win_update()
|
| H A D | ex_getln.c | 489 profile_setlimit(500L, &tm); in may_do_incsearch_highlighting()
|
| H A D | screen.c | 1762 profile_setlimit(p_rdt, &screen_search_hl.tm); in start_search_hl()
|
| H A D | search.c | 3271 profile_setlimit(timeout, &start); in update_search_stat()
|
| H A D | evalfunc.c | 8074 profile_setlimit(time_limit, &tm); in search_cmn() 8551 profile_setlimit(time_limit, &tm); in do_searchpair()
|
| H A D | terminal.c | 2939 profile_setlimit(100L, &term->tl_timer_due); in set_dirty_snapshot()
|