Searched refs:firstrow (Results 1 – 1 of 1) sorted by relevance
169 int firstrow, in display_all() argument177 if (lastrow - firstrow >= limit) in display_all()178 lastrow = firstrow + limit; in display_all()179 for (row = firstrow; row < lastrow; ++row) { in display_all()181 row, show_row, firstrow, in display_all()