Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dwindow.c36 static int win_alloc_firstwin(win_T *oldwin);
3714 if (win_alloc_firstwin(NULL) == FAIL) in win_alloc_first()
3774 win_alloc_firstwin(win_T *oldwin) in win_alloc_firstwin() function
3946 if (win_alloc_firstwin(tp->tp_curwin) == OK) in win_new_tabpage()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c3608 if (win_alloc_firstwin(NULL) == FAIL) { in win_alloc_first()
3642 static int win_alloc_firstwin(win_T *oldwin) in win_alloc_firstwin() function
3769 if (win_alloc_firstwin(old_curtab->tp_curwin) == OK) { in win_new_tabpage()