Lines Matching full:column
653 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() argument
657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
671 unsigned int column, in __ui_browser__line_arrow_up() argument
680 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
682 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
695 ui_browser__gotorc(browser, end_row, column); 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()
711 unsigned int column, in __ui_browser__line_arrow_down() argument
720 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
722 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down()
735 ui_browser__gotorc(browser, row, column); 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()
750 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, in __ui_browser__line_arrow() argument
754 __ui_browser__line_arrow_up(browser, column, start, end); in __ui_browser__line_arrow()
756 __ui_browser__line_arrow_down(browser, column, start, end); in __ui_browser__line_arrow()
759 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, in ui_browser__mark_fused() argument
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()