Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Devalwindow.c265 get_framelayout(frame_T *fr, list_T *l, int outer) in get_framelayout() function
305 get_framelayout(child, win_list, FALSE); in get_framelayout()
1052 get_framelayout(tp->tp_topframe, rettv->vval.v_list, TRUE); in f_winlayout()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dwindow.c7121 void get_framelayout(const frame_T *fr, list_T *l, bool outer) in get_framelayout() function
7149 get_framelayout(child, win_list, false); in get_framelayout()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c12030 get_framelayout(tp->tp_topframe, rettv->vval.v_list, true); in f_winlayout()