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

/freebsd-current/contrib/dialog/
H A Deditbox.c211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) argument
217 if (*base_row == 0 && *this_row == 0) {
220 *this_row = 0;
225 *this_row = target;
230 if (*this_row < rows - 1) {
231 *this_row = rows - 1;
238 *this_row = target;
242 *this_row = target;
/freebsd-current/contrib/ncurses/form/
H A Dfrm_driver.c2822 int this_row = form->currow; local
2853 if (form->currow == this_row && this_row > 0)

Completed in 195 milliseconds