Searched refs:win_count (Results 1 – 5 of 5) sorted by relevance
10 int win_count(void);
1536 win_count(void) in win_count() function5408 if (ga_grow(gap, win_count() * 2 + 1) == OK) in win_size_save()5433 if (win_count() * 2 + 1 == gap->ga_len in win_size_restore()
1701 XPUSHs(sv_2mortal(newSViv(win_count())));
2790 parmp->window_count = win_count(); in create_windows()
4460 let l:win_count = winnr('$')4462 call assert_equal(l:win_count, winnr('$'))