• Home
  • Raw
  • Download

Lines Matching full:column

648 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,  in __ui_browser__vline()  argument
652 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
666 unsigned int column, in __ui_browser__line_arrow_up() argument
675 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
677 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
690 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
693 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
696 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up()
698 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up()
706 unsigned int column, in __ui_browser__line_arrow_down() argument
715 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
717 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down()
730 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
733 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_down()
736 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_down()
738 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_down()
745 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, in __ui_browser__line_arrow() argument
749 __ui_browser__line_arrow_up(browser, column, start, end); in __ui_browser__line_arrow()
751 __ui_browser__line_arrow_down(browser, column, start, end); in __ui_browser__line_arrow()
754 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, in ui_browser__mark_fused() argument
767 ui_browser__gotorc(browser, end_row, column - 1); in ui_browser__mark_fused()
769 ui_browser__gotorc(browser, end_row, column); in ui_browser__mark_fused()
771 ui_browser__gotorc(browser, end_row + 1, column - 1); in ui_browser__mark_fused()
774 ui_browser__gotorc(browser, end_row, column - 1); in ui_browser__mark_fused()
776 ui_browser__gotorc(browser, end_row, column); in ui_browser__mark_fused()