Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c65 static win_T *win_alloc(win_T *after, int hidden);
1085 wp = win_alloc(oldwin, FALSE); in win_split_ins()
1092 wp = win_alloc(oldwin->w_prev, FALSE); in win_split_ins()
3738 wp = win_alloc(NULL, TRUE); in win_alloc_popup_win()
3775 curwin = win_alloc(NULL, FALSE); in win_alloc_firstwin()
4956 win_alloc(win_T *after UNUSED, int hidden UNUSED) in win_alloc() function
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt1958 There was no check for out-of-memory in win_alloc().
H A Dversion7.txt4569 Solution: Don't call out_flush() from win_alloc(). Also avoid this for