Lines Matching +full:2 +full:nd
141 struct rb_node *nd; in ui_browser__rb_tree_seek() local
145 nd = rb_first(root); in ui_browser__rb_tree_seek()
148 nd = browser->top; in ui_browser__rb_tree_seek()
151 nd = rb_last(root); in ui_browser__rb_tree_seek()
159 nd = rb_next(nd); in ui_browser__rb_tree_seek()
162 nd = rb_prev(nd); in ui_browser__rb_tree_seek()
165 browser->top = nd; in ui_browser__rb_tree_seek()
170 struct rb_node *nd; in ui_browser__rb_tree_refresh() local
176 nd = browser->top; in ui_browser__rb_tree_refresh()
178 while (nd != NULL) { in ui_browser__rb_tree_refresh()
180 browser->write(browser, nd, row); in ui_browser__rb_tree_refresh()
183 nd = rb_next(nd); in ui_browser__rb_tree_refresh()
197 browser->height = browser->rows = SLtt_Screen_Rows - 2; in ui_browser__refresh_dimensions()
683 SLsmg_draw_hline(2); in __ui_browser__line_arrow_up()
703 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up()
723 SLsmg_draw_hline(2); in __ui_browser__line_arrow_down()
743 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_down()
787 SLsmg_draw_hline(2); in ui_browser__mark_fused()
797 SLsmg_draw_hline(2); in ui_browser__mark_fused()