Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfilepath.c1914 long growmin = (long)((p - start) * 2 + prevlen); in read_file_or_blob() local
1915 prevsize = grow50pc > growmin ? grow50pc : growmin; in read_file_or_blob()