Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Ddebugger.pro13 int has_profiling(int file, char_u *fname, int *fp);
/vim-8.2.3635/src/
H A Ddebugger.c897 has_profiling( in has_profiling() function
H A Dprofiler.c581 if (!fp->uf_profiling && has_profiling(FALSE, fp->uf_name, NULL)) in profile_may_start_func()
H A Dscriptfile.c1371 if (!si->sn_prof_on && has_profiling(TRUE, si->sn_name, &forceit)) in do_source()