Searched refs:_nc_scrolln (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | hardscroll.c | 250 if (NCURSES_SP_NAME(_nc_scrolln) (NCURSES_SP_ARGx in NCURSES_SP_NAME() 284 if (NCURSES_SP_NAME(_nc_scrolln) (NCURSES_SP_ARGx in NCURSES_SP_NAME()
|
| H A D | tty_update.c | 2015 NCURSES_SP_NAME(_nc_scrolln) (NCURSES_SP_DCLx in NCURSES_SP_NAME() argument 2152 _nc_scrolln(int n, int top, int bot, int maxy) in _nc_scrolln() function 2154 return NCURSES_SP_NAME(_nc_scrolln) (CURRENT_SCREEN, n, top, bot, maxy); in _nc_scrolln()
|
| H A D | lib_mvcur.c | 1267 _nc_scrolln(fy, fx, ty, tx); in main()
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncurses.def | 108 "_nc_scrolln" @146 NONAME
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2093 extern NCURSES_EXPORT(int) _nc_scrolln (int, int, int, int); 2675 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_scrolln)(SCREEN*, int, int, int, int);
|
| H A D | llib-lncursest | 2513 #undef _nc_scrolln 2514 int _nc_scrolln(
|
| H A D | llib-lncurses | 2504 #undef _nc_scrolln 2505 int _nc_scrolln(
|
| H A D | llib-lncursestw | 3111 #undef _nc_scrolln 3112 int _nc_scrolln(
|
| H A D | llib-lncursesw | 3102 #undef _nc_scrolln 3103 int _nc_scrolln(
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 10246 + correct an off-by-one in GoTo() parameter in _nc_scrolln(). 14326 + rename _nc_mvcur_scrolln() to _nc_scrolln().
|