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

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c136 position_check(NCURSES_SP_DCLx int expected_y, int expected_x, char *legend) argument
143 if (!_nc_tracing || (expected_y < 0 && expected_x < 0))
163 if (expected_x < 0)
164 expected_x = x - 1;
167 if (y - 1 != expected_y || x - 1 != expected_x) {
172 expected_x + 1),
175 y - 1, x - 1, expected_y, expected_x, legend);
182 #define position_check(sp, expected_y, expected_x, legend) /* nothing */

Completed in 112 milliseconds