Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/dialog/
H A Deditbox.c169 int firstrow, in display_all() argument
177 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()