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

/freebsd-11-stable/contrib/dialog/
H A Deditbox.c201 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) argument
207 if (*base_row == 0 && *this_row == 0) {
210 *this_row = 0;
215 *this_row = target;
220 if (*this_row < rows - 1) {
221 *this_row = rows - 1;
228 *this_row = target;
232 *this_row = target;
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c2751 int this_row = form->currow; local
2782 if (form->currow == this_row && this_row > 0)

Completed in 69 milliseconds