Lines Matching refs:ui_browser

25 void ui_browser__set_color(struct ui_browser *self __used, int color)  in ui_browser__set_color()
30 void ui_browser__set_percent_color(struct ui_browser *self, in ui_browser__set_percent_color()
37 void ui_browser__gotorc(struct ui_browser *self, int y, int x) in ui_browser__gotorc()
42 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence) in ui_browser__list_head_seek()
72 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence) in ui_browser__rb_tree_seek()
102 unsigned int ui_browser__rb_tree_refresh(struct ui_browser *self) in ui_browser__rb_tree_refresh()
123 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row) in ui_browser__is_current_entry()
128 void ui_browser__refresh_dimensions(struct ui_browser *self) in ui_browser__refresh_dimensions()
139 void ui_browser__reset_index(struct ui_browser *self) in ui_browser__reset_index()
145 void ui_browser__add_exit_key(struct ui_browser *self, int key) in ui_browser__add_exit_key()
150 void ui_browser__add_exit_keys(struct ui_browser *self, int keys[]) in ui_browser__add_exit_keys()
160 void __ui_browser__show_title(struct ui_browser *browser, const char *title) in __ui_browser__show_title()
167 void ui_browser__show_title(struct ui_browser *browser, const char *title) in ui_browser__show_title()
174 int ui_browser__show(struct ui_browser *self, const char *title, in ui_browser__show()
209 void ui_browser__hide(struct ui_browser *self) in ui_browser__hide()
218 int ui_browser__refresh(struct ui_browser *self) in ui_browser__refresh()
233 int ui_browser__run(struct ui_browser *self) in ui_browser__run()
312 unsigned int ui_browser__list_head_refresh(struct ui_browser *self) in ui_browser__list_head_refresh()