Home
last modified time | relevance | path

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

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