Searched refs:WANT_CHAR (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c164 #define WANT_CHAR(sp, y, x) NewScreen(sp)->_line[y].text[x] /* desired state */ macro
663 int wanted = CharOf(WANT_CHAR(SP_PARM, to_y, from_x));
671 * WANT_CHAR would return invalid data. In particular, this
673 * and the time the structure WANT_CHAR would access has been
680 NCURSES_CH_T ch = WANT_CHAR(SP_PARM, to_y, from_x + i);
695 *check.s_tail++ = (char) CharOf(WANT_CHAR(SP_PARM, to_y,

Completed in 82 milliseconds