Home
last modified time | relevance | path

Searched refs:ynew (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/ncurses/ncurses/tty/
HDlib_mvcur.c795 int ynew, int xnew, int ovw, in onscreen_mvcur() argument
815 ynew, xnew))) { in onscreen_mvcur()
832 if (yold == -1 || xold == -1 || NOT_LOCAL(SP_PARM, yold, xold, ynew, xnew)) { in onscreen_mvcur()
849 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
860 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
871 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
882 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
898 ynew, xnew, ovw)) != INFINITY) in onscreen_mvcur()
914 ynew, xnew, ovw); in onscreen_mvcur()
921 ynew, xnew, ovw); in onscreen_mvcur()
[all …]
/freebsd-14-stable/contrib/ncurses/ncurses/base/
HDlib_driver.c132 NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) in NCURSES_SP_NAME()
136 (void *) sp, yold, xold, ynew, xnew)); in NCURSES_SP_NAME()
138 code = CallDriver_4(sp, td_hwcur, yold, xold, ynew, xnew); in NCURSES_SP_NAME()
144 mvcur(int yold, int xold, int ynew, int xnew) in mvcur() argument
147 return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in mvcur()
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDtinfo_driver.c977 drv_mvcur(TERMINAL_CONTROL_BLOCK * TCB, int yold, int xold, int ynew, int xnew) in drv_mvcur() argument
981 return NCURSES_SP_NAME(_nc_mvcur) (sp, yold, xold, ynew, xnew); in drv_mvcur()
/freebsd-14-stable/contrib/ncurses/ncurses/
HDllib-lncurses1554 int ynew,
1562 int ynew,
1571 int ynew,
1579 int ynew,
HDllib-lncursest1563 int ynew,
1571 int ynew,
1580 int ynew,
1588 int ynew,
HDllib-lncursestw2144 int ynew,
2152 int ynew,
2161 int ynew,
2169 int ynew,
HDllib-lncursesw2135 int ynew,
2143 int ynew,
2152 int ynew,
2160 int ynew,
HDcurses.priv.h2021 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew);