Lines Matching refs:ui_browser__gotorc
44 void ui_browser__gotorc(struct ui_browser *browser, int y, int x) in ui_browser__gotorc() function
166 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh()
310 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set()
495 ui_browser__gotorc(browser, row, 0); in ui_browser__list_head_refresh()
620 ui_browser__gotorc(browser, row, 0); in ui_browser__argv_refresh()
637 ui_browser__gotorc(browser, start, column); in __ui_browser__vline()
660 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up()
662 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up()
675 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
678 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up()
681 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up()
683 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up()
700 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
702 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down()
715 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down()
718 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_down()
721 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_down()
723 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_down()