Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c73 static int top_file_num = 1; // highest file number variable
82 return top_file_num - 1; in get_highest_fnum()
1979 if (top_file_num == 1) in buflist_new()
2168 buf->b_fnum = top_file_num++; in buflist_new()
2169 if (top_file_num < 0) // wrap around (may cause duplicates) in buflist_new()
2177 top_file_num = 1; in buflist_new()
5835 if (buf->b_fnum == top_file_num - 1) in wipe_buffer()
5836 --top_file_num; in wipe_buffer()