Lines Matching +full:2 +full:nd
316 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations() local
319 while (nd) { in hists__find_annotations()
320 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations()
345 nd = rb_prev(nd); in hists__find_annotations()
347 nd = rb_next(nd); in hists__find_annotations()
351 if (use_browser == 2) { in hists__find_annotations()
369 nd = rb_next(nd); in hists__find_annotations()
379 next = rb_next(nd); in hists__find_annotations()
382 next = rb_prev(nd); in hists__find_annotations()
389 nd = next; in hists__find_annotations()
392 nd = rb_next(nd); in hists__find_annotations()
431 if (verbose > 2) in __cmd_annotate()
458 if (use_browser == 2) { in __cmd_annotate()
667 use_browser = 2; in cmd_annotate()