Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dgui_x11.pro12 int gui_mch_get_winpos(int *x, int *y);
H A Dgui_gtk_x11.pro25 int gui_mch_get_winpos(int *x, int *y);
H A Dgui_photon.pro12 int gui_mch_get_winpos(int *x, int *y);
H A Dgui_haiku.pro25 int gui_mch_get_winpos(int *x, int *y);
H A Dgui_w32.pro11 int gui_mch_get_winpos(int *x, int *y);
/dports/editors/vim/vim-8.2.3745/src/
H A Dui.c666 return gui_mch_get_winpos(x, y); in ui_get_winpos()
H A Dsession.c695 if (gui_mch_get_winpos(&x, &y) == OK) in makeopens()
H A Dgui.c1704 (void)gui_mch_get_winpos(&x, &y); in gui_set_shellsize()
1768 if (gui_mch_get_winpos(&x, &y) == OK && (x < 0 || y < 0)) in gui_set_shellsize()
H A Dgui_photon.c1648 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() function
H A Dgui_x11.c1669 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() function
H A Dgui_w32.c1320 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() function
4895 (void)gui_mch_get_winpos(&x, &y); in _WndProc()
H A Dex_docmd.c7704 if (gui.in_use ? gui_mch_get_winpos(&x, &y) != FAIL : in ex_winpos()
7707 if (gui.in_use && gui_mch_get_winpos(&x, &y) != FAIL) in ex_winpos()
H A Dgui_haiku.cc3453 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() function
H A Dgui_gtk_x11.c4403 gui_mch_get_winpos(int *x, int *y) in gui_mch_get_winpos() function