Searched refs:ui_get_winpos (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | ui.pro | 14 int ui_get_winpos(int *x, int *y, varnumber_T timeout);
|
| /vim-8.2.3635/src/ |
| H A D | evalwindow.c | 582 (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 D | ui.c | 662 ui_get_winpos(int *x, int *y, varnumber_T timeout UNUSED) in ui_get_winpos() function
|
| H A D | terminal.c | 4479 (void)ui_get_winpos(&x, &y, (varnumber_T)100); in parse_csi()
|