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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_mvcur.c160 #define WANT_CHAR(y, x) SP->_newscr->_line[y].text[x] /* desired state */ macro
594 int wanted = CharOf(WANT_CHAR(to_y, from_x));
602 * WANT_CHAR would return invalid data. In particular, this
604 * and the time the structure WANT_CHAR would access has been
611 NCURSES_CH_T ch = WANT_CHAR(to_y, from_x + i);
626 *check.s_tail++ = CharOf(WANT_CHAR(to_y, from_x + i));

Completed in 84 milliseconds