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

/openbsd-current/lib/libcurses/tty/
H A Dtty_update.c141 position_check(NCURSES_SP_DCLx int expected_y, int expected_x, const char *legend) argument
148 if (!_nc_tracing || (expected_y < 0 && expected_x < 0))
170 if (expected_y < 0)
171 expected_y = y - 1;
172 if (y - 1 != expected_y || x - 1 != expected_x) {
176 expected_y + 1,
180 y - 1, x - 1, expected_y, expected_x, legend);
187 #define position_check(expected_y, expected_x, legend) /* nothing */

Completed in 303 milliseconds