Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c2435 may_generate_prof_end(cctx_T *cctx, int prof_lnum) in may_generate_prof_end() argument
2437 if (cctx->ctx_compile_type == CT_PROFILE && prof_lnum >= 0) in may_generate_prof_end()
9566 int prof_lnum = -1; in compile_def_function() local
9725 may_generate_prof_end(&cctx, prof_lnum); in compile_def_function()
9751 if (cctx.ctx_compile_type == CT_PROFILE && cctx.ctx_lnum != prof_lnum in compile_def_function()
9754 may_generate_prof_end(&cctx, prof_lnum); in compile_def_function()
9756 prof_lnum = cctx.ctx_lnum; in compile_def_function()