Lines Matching refs:rows
153 if (++row == browser->rows) in ui_browser__rb_tree_refresh()
169 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions()
395 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
411 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run()
414 offset = browser->rows; in ui_browser__run()
425 if (browser->top_idx < browser->rows) in ui_browser__run()
428 offset = browser->rows; in ui_browser__run()
438 offset = browser->rows - 1; in ui_browser__run()
468 if (++row == browser->rows) in ui_browser__list_head_refresh()
593 if (++row == browser->rows) in ui_browser__argv_refresh()
629 if (start < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_up()
639 row = browser->rows - 1; in __ui_browser__line_arrow_up()
681 if (end >= browser->top_idx + browser->rows) in __ui_browser__line_arrow_down()
682 end_row = browser->rows - 1; in __ui_browser__line_arrow_down()
690 if (end < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_down()