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

/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c122 position_check(int expected_y, int expected_x, char *legend) function
165 #define position_check(expected_y, expected_x, legend) /* nothing */ macro
180 position_check(SP->_cursrow, SP->_curscol, "GoTo");
183 position_check(SP->_cursrow, SP->_curscol, "GoTo2");
377 position_check(SP->_cursrow, SP->_curscol, "exit_am_mode");
428 position_check(SP->_cursrow, SP->_curscol, "wrap_cursor");
443 position_check(SP->_cursrow, SP->_curscol, "PutChar");
1450 position_check(SP->_cursrow, SP->_curscol, "ClearScreen");
1537 position_check(SP->_cursrow, SP->_curscol, "InsStr");

Completed in 49 milliseconds