Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c36 static int win_alloc_firstwin(win_T *oldwin);
3713 if (win_alloc_firstwin(NULL) == FAIL) in win_alloc_first()
3773 win_alloc_firstwin(win_T *oldwin) in win_alloc_firstwin() function
3945 if (win_alloc_firstwin(tp->tp_curwin) == OK) in win_new_tabpage()