Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dui.pro14 int ui_get_winpos(int *x, int *y, varnumber_T timeout);
/vim-8.2.3635/src/
H A Devalwindow.c582 (void)ui_get_winpos(&x, &y, timeout); in f_getwinpos()
604 if (ui_get_winpos(&x, &y, 100) == OK) in f_getwinposx()
623 if (ui_get_winpos(&x, &y, 100) == OK) in f_getwinposy()
H A Dui.c662 ui_get_winpos(int *x, int *y, varnumber_T timeout UNUSED) in ui_get_winpos() function
H A Dterminal.c4479 (void)ui_get_winpos(&x, &y, (varnumber_T)100); in parse_csi()