Lines Matching refs:selection
32 struct annotation_line *selection; member
152 ab->selection = al; in annotate_browser__write()
186 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__draw_current_jump()
528 struct disasm_line *cursor = disasm_line(ab->selection); in annotate_browser__show_full_location()
586 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__callq()
641 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__jump()
670 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
707 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
898 if (browser->selection != NULL) { in annotate_browser__run()
899 browser->curr_hot = &browser->selection->rb_node; in annotate_browser__run()
1061 struct disasm_line *dl = disasm_line(browser->selection); in annotate_browser__run()
1063 if (browser->selection == NULL) in annotate_browser__run()
1065 else if (browser->selection->offset == -1) in annotate_browser__run()
1244 browser.selection = al; in __hist_entry__tui_annotate()