Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1989 int incomplete_tail = FALSE; in readfile() local
2006 if (l > todo && !incomplete_tail) in readfile()
2013 incomplete_tail = TRUE; in readfile()
2030 if (can_retry && !incomplete_tail) in readfile()
2055 if (p < ptr + size && !incomplete_tail) in readfile()