Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Darrows.c213 int bar_high; in dlg_draw_scrollbar() local
215 bar_high = ORDSIZE(bar_diff); in dlg_draw_scrollbar()
216 if (bar_high <= 0) in dlg_draw_scrollbar()
217 bar_high = 1; in dlg_draw_scrollbar()
219 if (bar_high < all_high) { in dlg_draw_scrollbar()
231 if (bar_last - bar_y > bar_high && bar_high > 1) in dlg_draw_scrollbar()