Searched refs:screen_lines (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | hardscroll.c | 155 # undef screen_lines 156 # define screen_lines(sp) MAXLINES macro 198 assert(screen_lines(SP_PARM) > 0); in NCURSES_SP_NAME() 202 ? screen_lines(SP_PARM) in NCURSES_SP_NAME() 231 for (i = 0; i < screen_lines(SP_PARM);) { in NCURSES_SP_NAME() 232 while (i < screen_lines(SP_PARM) in NCURSES_SP_NAME() 235 if (i >= screen_lines(SP_PARM)) in NCURSES_SP_NAME() 242 while (i < screen_lines(SP_PARM) in NCURSES_SP_NAME() 254 screen_lines(SP_PARM) - 1) == ERR) { in NCURSES_SP_NAME() 288 screen_lines(SP_PARM) - 1) == ERR) { in NCURSES_SP_NAME() [all …]
|
| H A D | hashmap.c | 88 # undef screen_lines 89 # define screen_lines(sp) MAXLINES macro 226 while (i < screen_lines(sp) in grow_hunks() 317 (size_t) screen_lines(SP_PARM)); in NCURSES_SP_NAME() 320 (size_t) screen_lines(SP_PARM)); in NCURSES_SP_NAME() 399 if (i >= screen_lines(SP_PARM)) in NCURSES_SP_NAME() 404 while (i < screen_lines(SP_PARM) in NCURSES_SP_NAME() 540 for (n = 0; n < screen_lines(sp); n++) in main() 542 for (n = 0; n < screen_lines(sp); n++) in main() 550 for (n = 0; n < screen_lines(sp); n++) in main() [all …]
|
| H A D | tty_update.c | 448 screen_lines(SP_PARM) - 1, in PutCharLR() 452 screen_lines(SP_PARM) - 1, in PutCharLR() 846 for (i = 0; i < screen_lines(SP_PARM); i++) { in TINFO_DOUPDATE() 1138 int nonempty = Min(screen_lines(SP_PARM), in ClrUpdate() 1214 screen_lines(SP_PARM) - row, in ClrToEOS() 1411 && lineno + 1 < screen_lines(SP_PARM) in TransformLine() 1678 screen_lines(SP_PARM), in ClearScreen() 1683 for (i = 0; i < screen_lines(SP_PARM); i++) { in ClearScreen() 1691 for (i = 0; i < screen_lines(SP_PARM); i++) { in ClearScreen() 1699 for (i = 0; i < screen_lines(SP_PARM); i++) { in ClearScreen() [all …]
|
| H A D | lib_mvcur.c | 302 0, screen_lines(SP_PARM) - 1)); in reset_scroll_region() 496 TINFO_MVCUR(NCURSES_SP_ARGx -1, -1, screen_lines(SP_PARM) - 1, 0); in NCURSES_SP_NAME() 881 screen_lines(SP_PARM) - 1, 0, in onscreen_mvcur() 933 screen_lines(SP_PARM) - 1, 0, in onscreen_mvcur() 1022 if (yold >= screen_lines(SP_PARM)) in _nc_real_mvcur() 1023 l -= (yold - screen_lines(SP_PARM) - 1); in _nc_real_mvcur() 1044 if (yold > screen_lines(SP_PARM) - 1) in _nc_real_mvcur() 1045 yold = screen_lines(SP_PARM) - 1; in _nc_real_mvcur() 1046 if (ynew > screen_lines(SP_PARM) - 1) in _nc_real_mvcur() 1047 ynew = screen_lines(SP_PARM) - 1; in _nc_real_mvcur()
|
| /freebsd-14.2/contrib/ncurses/ncurses/base/ |
| H A D | resizeterm.c | 84 screen_lines(sp), screen_columns(sp)); in show_window_sizes() 108 && (ToLines != screen_lines(SP_PARM) in NCURSES_SP_NAME() 357 (SP_PARM == 0) ? -1 : screen_lines(SP_PARM), in NCURSES_SP_NAME() 366 was_stolen = (screen_lines(SP_PARM) - SP_PARM->_lines_avail); in NCURSES_SP_NAME() 368 int myLines = CurLines = screen_lines(SP_PARM); in NCURSES_SP_NAME() 377 if (ToLines > screen_lines(SP_PARM)) { in NCURSES_SP_NAME() 406 screen_lines(SP_PARM) = (NCURSES_SIZE_T) ToLines; in NCURSES_SP_NAME() 476 (SP_PARM == 0) ? -1 : screen_lines(SP_PARM), in NCURSES_SP_NAME()
|
| H A D | safe_sprintf.c | 252 if (screen_lines(SP_PARM) > MyRows || screen_columns(SP_PARM) > MyCols) { in NCURSES_SP_NAME() 253 if (screen_lines(SP_PARM) > MyRows) in NCURSES_SP_NAME() 254 MyRows = screen_lines(SP_PARM); in NCURSES_SP_NAME()
|
| H A D | lib_newwin.c | 313 : (num_lines == screen_lines(SP_PARM) in NCURSES_SP_NAME() 366 if (begx == 0 && num_lines == screen_lines(SP_PARM) && begy == 0) in NCURSES_SP_NAME() 369 if (begy + num_lines == screen_lines(SP_PARM)) in NCURSES_SP_NAME()
|
| H A D | lib_mvwin.c | 106 if (by + win->_maxy > screen_lines(SP_PARM) - 1 in NCURSES_EXPORT()
|
| H A D | lib_pad.c | 184 if (smaxrow >= screen_lines(sp) in pnoutrefresh()
|
| /freebsd-14.2/contrib/ncurses/ncurses/win32con/ |
| H A D | win32_driver.c | 395 Height = screen_lines(sp); in wcon_doupdate()
|
| H A D | win_driver.c | 490 Height = screen_lines(sp); in wcon_doupdate()
|
| /freebsd-14.2/contrib/ncurses/ncurses/ |
| H A D | curses.priv.h | 2319 #define screen_lines(sp) (sp)->_lines macro
|
| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 9795 where it used screen_lines (report by Philippe Blain). 13430 + use screen_lines or MAXLINES as needed where LINES was coded,
|