Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c5210 int open_wins = 0; in ex_buffer_all() local
5256 open_wins = 0; in ex_buffer_all()
5259 ++open_wins; in ex_buffer_all()
5277 for (buf = firstbuf; buf != NULL && open_wins < count; buf = buf->b_next) in ex_buffer_all()
5312 ++open_wins; in ex_buffer_all()
5338 --open_wins; in ex_buffer_all()
5375 for (wp = lastwin; open_wins > count; ) in ex_buffer_all()
5387 --open_wins; in ex_buffer_all()