Home
last modified time | relevance | path

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

/src/contrib/ncurses/ncurses/tty/
H A Dtty_update.c145 position_check(NCURSES_SP_DCLx int expected_y, int expected_x, const char *legend) in position_check() argument
152 if (!_nc_tracing || (expected_y < 0 && expected_x < 0)) in position_check()
174 if (expected_y < 0) in position_check()
175 expected_y = y - 1; in position_check()
176 if (y - 1 != expected_y || x - 1 != expected_x) { in position_check()
180 expected_y + 1, in position_check()
184 y - 1, x - 1, expected_y, expected_x, legend); in position_check()
191 #define position_check(expected_y, expected_x, legend) /* nothing */ argument