Lines Matching refs:rows
168 if (++row == browser->rows) in ui_browser__rb_tree_refresh()
184 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions()
411 if (browser->index == browser->top_idx + browser->rows) { in ui_browser__run()
439 if (browser->top_idx + browser->rows > browser->nr_entries - 1) in ui_browser__run()
442 offset = browser->rows; in ui_browser__run()
453 if (browser->top_idx < browser->rows) in ui_browser__run()
456 offset = browser->rows; in ui_browser__run()
466 offset = browser->rows - 1; in ui_browser__run()
497 if (++row == browser->rows) in ui_browser__list_head_refresh()
622 if (++row == browser->rows) in ui_browser__argv_refresh()
658 if (start < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_up()
668 row = browser->rows - 1; in __ui_browser__line_arrow_up()
710 if (end >= browser->top_idx + browser->rows) in __ui_browser__line_arrow_down()
711 end_row = browser->rows - 1; in __ui_browser__line_arrow_down()
719 if (end < browser->top_idx + browser->rows) { in __ui_browser__line_arrow_down()