Lines Matching defs:oy
1517 domvcur(WINDOW *win, int oy, int ox, int ny, int nx)
1521 oy, ox, ny, nx, win );
1526 if (oy == ny && ox == nx) {
1528 if (!(win->alines[oy]->flags & __ISPASTEOL))
1533 win->alines[oy]->flags &= ~__ISPASTEOL;
1536 __mvcur(oy, ox, ny, nx, 1);
1861 int i, oy, ox, n;
1863 oy = curscr->cury;
1899 __mvcur(oy, ox, 0, 0, 1);
1912 __mvcur(0, 0, oy, ox, 1);
1918 __mvcur(oy, ox, bot, 0, 1);
1922 __mvcur(oy, ox, top, 0, 1);
1927 __mvcur(oy, ox, top, 0, 1);
1933 __mvcur(oy, ox, bot, 0, 1);
1951 __mvcur(bot - n + 1, 0, oy, ox, 1);
1968 __mvcur(oy, ox, 0, 0, 1);
1982 __mvcur(0, 0, oy, ox, 1);
1987 __mvcur(oy, ox, bot + n + 1, 0, 1);
2020 __mvcur(top, 0, oy, ox, 1);