Lines Matching refs:annotation_line

33 	struct annotation_line	   *selection;
49 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in disasm_line__filter()
100 struct annotation_line *al = list_entry(entry, struct annotation_line, node); in annotate_browser__write()
151 struct annotation_line *target; in annotate_browser__draw_current_jump()
230 static double disasm__cmp(struct annotation_line *a, struct annotation_line *b, in disasm__cmp()
245 struct annotation_line *al) in disasm_rb_tree__insert()
250 struct annotation_line *l; in disasm_rb_tree__insert()
254 l = rb_entry(parent, struct annotation_line, rb_node); in disasm_rb_tree__insert()
266 struct annotation_line *pos, u32 idx) in annotate_browser__set_top()
276 pos = list_entry(pos->node.prev, struct annotation_line, node); in annotate_browser__set_top()
293 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node); in annotate_browser__set_rb_top()
349 struct annotation_line *al; in annotate_browser__toggle_source()
353 al = list_entry(browser->b.top, struct annotation_line, node); in annotate_browser__toggle_source()
487 struct annotation_line *annotate_browser__find_string(struct annotate_browser *browser, in annotate_browser__find_string()
491 struct annotation_line *al = browser->selection; in annotate_browser__find_string()
509 struct annotation_line *al; in __annotate_browser__search()
524 struct annotation_line *annotate_browser__find_string_reverse(struct annotate_browser *browser, in annotate_browser__find_string_reverse()
528 struct annotation_line *al = browser->selection; in annotate_browser__find_string_reverse()
546 struct annotation_line *al; in __annotate_browser__search_reverse()