Lines Matching defs:browser
74 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, in annotate_browser__jumps_percent_color()
86 static int annotate_browser__set_jumps_percent_color(struct annotate_browser *browser, in annotate_browser__set_jumps_percent_color()
93 static void annotate_browser__write(struct ui_browser *browser, void *entry, int row) in annotate_browser__write()
215 static void annotate_browser__draw_current_jump(struct ui_browser *browser) in annotate_browser__draw_current_jump()
254 static unsigned int annotate_browser__refresh(struct ui_browser *browser) in annotate_browser__refresh()
303 static void annotate_browser__set_top(struct annotate_browser *browser, in annotate_browser__set_top()
326 static void annotate_browser__set_rb_top(struct annotate_browser *browser, in annotate_browser__set_rb_top()
342 static void annotate_browser__calc_percent(struct annotate_browser *browser, in annotate_browser__calc_percent()
391 static bool annotate_browser__toggle_source(struct annotate_browser *browser) in annotate_browser__toggle_source()
430 static void annotate_browser__init_asm_mode(struct annotate_browser *browser) in annotate_browser__init_asm_mode()
444 static bool annotate_browser__callq(struct annotate_browser *browser, in annotate_browser__callq()
486 struct disasm_line *annotate_browser__find_offset(struct annotate_browser *browser, in annotate_browser__find_offset()
505 static bool annotate_browser__jump(struct annotate_browser *browser) in annotate_browser__jump()
525 struct disasm_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
547 static bool __annotate_browser__search(struct annotate_browser *browser) in __annotate_browser__search()
564 struct disasm_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
586 static bool __annotate_browser__search_reverse(struct annotate_browser *browser) in __annotate_browser__search_reverse()
602 static bool annotate_browser__search_window(struct annotate_browser *browser, in annotate_browser__search_window()
614 static bool annotate_browser__search(struct annotate_browser *browser, int delay_secs) in annotate_browser__search()
622 static bool annotate_browser__continue_search(struct annotate_browser *browser, in annotate_browser__continue_search()
631 static bool annotate_browser__search_reverse(struct annotate_browser *browser, in annotate_browser__search_reverse()
641 bool annotate_browser__continue_search_reverse(struct annotate_browser *browser, in annotate_browser__continue_search_reverse()
650 static void annotate_browser__update_addr_width(struct annotate_browser *browser) in annotate_browser__update_addr_width()
663 static int annotate_browser__run(struct annotate_browser *browser, in annotate_browser__run()
844 static void annotate_browser__mark_jump_targets(struct annotate_browser *browser, in annotate_browser__mark_jump_targets()
898 struct annotate_browser browser = { in symbol__tui_annotate() local