Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c139 position_check(NCURSES_SP_DCLx int expected_y, int expected_x, const char *legend) in position_check() argument
146 if (!_nc_tracing || (expected_y < 0 && expected_x < 0)) in position_check()
166 if (expected_x < 0) in position_check()
167 expected_x = x - 1; in position_check()
170 if (y - 1 != expected_y || x - 1 != expected_x) { in position_check()
175 expected_x + 1), in position_check()
178 y - 1, x - 1, expected_y, expected_x, legend); in position_check()
185 #define position_check(expected_y, expected_x, legend) /* nothing */ argument