Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c803 si->sn_pr_count = 0; in script_do_profile()
852 if (si->sn_pr_count == 1) in script_dump_profile()
855 fprintf(fd, "Sourced %d times\n", si->sn_pr_count); in script_dump_profile()
H A Dscriptfile.c1378 ++si->sn_pr_count; in do_source()
H A Dstructs.h1872 int sn_pr_count; // nr of times sourced member