Home
last modified time | relevance | path

Searched refs:xpos (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_x11.c1671 Dimension xpos, ypos; in gui_mch_get_winpos() local
1674 XtNx, &xpos, in gui_mch_get_winpos()
1677 *x = xpos; in gui_mch_get_winpos()
/vim-8.2.3635/src/testdir/
H A Dtest_terminal3.vim880 let xpos = str2nr(substitute(line, '\[\(\d\+\), \d\+\]', '\1', ''))
894 call assert_inrange(xroot + 2, xroot + xoff, xpos)