Searched refs:this_row (Results 1 – 2 of 2) sorted by relevance
211 scroll_to(int pagesize, int rows, int *base_row, int *this_row, int target) in scroll_to() argument217 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()
2822 int this_row = form->currow; in FE_Delete_Previous() local2853 if (form->currow == this_row && this_row > 0) in FE_Delete_Previous()