Lines Matching defs:start
654 u16 start, u16 end)
657 ui_browser__gotorc(browser, start, column);
658 SLsmg_draw_vline(end - start + 1);
672 u64 start, u64 end)
678 if (start < browser->top_idx + browser->rows) {
679 row = start - browser->top_idx;
712 u64 start, u64 end)
718 if (start >= browser->top_idx) {
719 row = start - browser->top_idx;
751 u64 start, u64 end)
753 if (start > end)
754 __ui_browser__line_arrow_up(browser, column, start, end);
756 __ui_browser__line_arrow_down(browser, column, start, end);