Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Deditbox.c177 int firstrow, in display_all() argument
185 if (lastrow - firstrow >= limit) in display_all()
186 lastrow = firstrow + limit; in display_all()
187 for (row = firstrow; row < lastrow; ++row) { in display_all()
189 row, show_row, firstrow, in display_all()