Home
last modified time | relevance | path

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

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