Searched refs:mch_get_winpos (Results 1 – 4 of 4) sorted by relevance
25 int mch_get_winpos(int *x, int *y);
669 return mch_get_winpos(x, y); in ui_get_winpos()
972 mch_get_winpos(int *x, int *y) in mch_get_winpos() function
7663 mch_get_winpos(&x, &y) != FAIL) in ex_winpos()7667 if (mch_get_winpos(&x, &y) != FAIL) in ex_winpos()