Searched refs:firstrow (Results 1 – 1 of 1) sorted by relevance
179 int firstrow, in display_all() argument187 if (lastrow - firstrow >= limit) in display_all()188 lastrow = firstrow + limit; in display_all()189 for (row = firstrow; row < lastrow; ++row) { in display_all()191 row, show_row, firstrow, in display_all()