Searched refs:CHANGED_TO_EOL (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_delch.c | 60 CHANGED_TO_EOL(line, win->_curx, win->_maxx); in NCURSES_EXPORT()
|
H A D | lib_clrbot.c | 66 CHANGED_TO_EOL(line, startx, win->_maxx); in NCURSES_EXPORT()
|
H A D | lib_clreol.c | 80 CHANGED_TO_EOL(line, x, win->_maxx); in NCURSES_EXPORT()
|
H A D | lib_insch.c | 97 CHANGED_TO_EOL(line, win->_curx, win->_maxx); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_ins_wch.c | 68 CHANGED_TO_EOL(line, win->_curx, win->_maxx); in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1543 #define CHANGED_TO_EOL(line,start,end) \ macro
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 12813 CHANGED_TO_EOL macros.
|