Searched refs:CHANGED_CELL (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_refresh.c | 258 CHANGED_CELL(nline, j); in wnoutrefresh() 269 CHANGED_CELL(nline, dst_col); in wnoutrefresh()
|
H A D | lib_chgat.c | 74 CHANGED_CELL(line, i); in NCURSES_EXPORT()
|
H A D | lib_vline.c | 81 CHANGED_CELL(line, col); in NCURSES_EXPORT()
|
H A D | lib_addch.c | 272 CHANGED_CELL(line, x); in waddch_literal() 404 CHANGED_CELL(line, x); in waddch_literal()
|
H A D | lib_pad.c | 245 CHANGED_CELL(nline, n); in pnoutrefresh()
|
H A D | lib_color.c | 508 CHANGED_CELL(ptr, x); in _nc_change_pair()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_vline_set.c | 70 CHANGED_CELL(line, col); in NCURSES_EXPORT()
|
H A D | lib_add_wch.c | 190 CHANGED_CELL(line, x); in wadd_wch_literal() 278 CHANGED_CELL(line, x); in wadd_wch_literal()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1527 #define CHANGED_CELL(line,col) \ macro
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 12812 + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
|