Home
last modified time | relevance | path

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

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