Home
last modified time | relevance | path

Searched refs:ypos (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
1675 XtNy, &ypos, in gui_mch_get_winpos()
1678 *y = ypos; in gui_mch_get_winpos()
/vim-8.2.3635/src/testdir/
H A Dtest_terminal3.vim881 let ypos = str2nr(substitute(line, '\[\d\+, \(\d\+\)\]', '\1', ''))
895 call assert_inrange(yroot + 2, yroot + yoff, ypos)