Searched refs:_nc_mvcur (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 1069 NCURSES_SP_NAME(_nc_mvcur) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 1089 _nc_mvcur(int yold, int xold, in _nc_mvcur() function 1092 return NCURSES_SP_NAME(_nc_mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); in _nc_mvcur()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 2021 extern NCURSES_EXPORT(int) _nc_mvcur(int yold, int xold, int ynew, int xnew); 2474 #define TINFO_MVCUR NCURSES_SP_NAME(_nc_mvcur) 2594 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_mvcur)(SCREEN*, int, int, int, int);
|
H A D | llib-lncursest | 1567 #undef _nc_mvcur 1568 int _nc_mvcur(
|
H A D | llib-lncurses | 1558 #undef _nc_mvcur 1559 int _nc_mvcur(
|
H A D | llib-lncursestw | 2148 #undef _nc_mvcur 2149 int _nc_mvcur(
|
H A D | llib-lncursesw | 2139 #undef _nc_mvcur 2140 int _nc_mvcur(
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | tinfo_driver.c | 981 return NCURSES_SP_NAME(_nc_mvcur) (sp, yold, xold, ynew, xnew); in drv_mvcur()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1687 _nc_mvcur
|