Searched refs:top_file_num (Results 1 – 1 of 1) sorted by relevance
73 static int top_file_num = 1; // highest file number variable82 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()