Searched refs:CHANGED_RANGE (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_addstr.c | 114 CHANGED_RANGE(line, x, (NCURSES_SIZE_T) (x + n - 1)); in waddchnstr() 220 CHANGED_RANGE(line, start, end); in wadd_wchnstr()
|
H A D | lib_hline.c | 64 CHANGED_RANGE(line, start, end); in NCURSES_EXPORT()
|
H A D | lib_window.c | 118 CHANGED_RANGE(line, left, right); in wsyncup() 157 CHANGED_RANGE(line, left, right); in wsyncdown()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_hline_set.c | 61 CHANGED_RANGE(line, start, end); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/panel/ |
H A D | panel.priv.h | 167 CHANGED_RANGE(line, ix1 - PSTARTX(pan2), ix2 - PSTARTX(pan2));\
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1535 #define CHANGED_RANGE(line,start,end) \ macro
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 12812 + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
|