Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dos_mswin.pro25 int mch_get_winpos(int *x, int *y);
/vim-8.2.3635/src/
H A Dui.c669 return mch_get_winpos(x, y); in ui_get_winpos()
H A Dos_mswin.c972 mch_get_winpos(int *x, int *y) in mch_get_winpos() function
H A Dex_docmd.c7663 mch_get_winpos(&x, &y) != FAIL) in ex_winpos()
7667 if (mch_get_winpos(&x, &y) != FAIL) in ex_winpos()