Lines Matching refs:end_row

674 	unsigned int row, end_row;  in __ui_browser__line_arrow_up()  local
691 end_row = end - browser->top_idx; in __ui_browser__line_arrow_up()
693 end_row = 0; in __ui_browser__line_arrow_up()
695 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
696 SLsmg_draw_vline(row - end_row + 1); in __ui_browser__line_arrow_up()
698 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
701 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up()
703 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up()
714 unsigned int row, end_row; in __ui_browser__line_arrow_down() local
731 end_row = browser->rows - 1; in __ui_browser__line_arrow_down()
733 end_row = end - browser->top_idx; in __ui_browser__line_arrow_down()
736 SLsmg_draw_vline(end_row - row + 1); in __ui_browser__line_arrow_down()
738 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_down()
741 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_down()
743 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_down()
762 unsigned int end_row; in ui_browser__mark_fused() local
765 end_row = row - browser->top_idx; in ui_browser__mark_fused()
772 ui_browser__gotorc(browser, end_row, column - 1); in ui_browser__mark_fused()
774 ui_browser__gotorc(browser, end_row, column); in ui_browser__mark_fused()
776 ui_browser__gotorc(browser, end_row + 1, column - 1); in ui_browser__mark_fused()
779 ui_browser__gotorc(browser, end_row, column - 1); in ui_browser__mark_fused()
781 ui_browser__gotorc(browser, end_row, column); in ui_browser__mark_fused()