Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c5014 static long temp_count = 0; // Temp filename counter. variable
5225 sprintf((char *)itmp, "%s%ld", vim_tempdir, temp_count++); in vim_tempname()