Lines Matching +full:2 +full:nd
311 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations() local
314 while (nd) { in hists__find_annotations()
315 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node); in hists__find_annotations()
329 nd = rb_prev(nd); in hists__find_annotations()
331 nd = rb_next(nd); in hists__find_annotations()
335 if (use_browser == 2) { in hists__find_annotations()
353 nd = rb_next(nd); in hists__find_annotations()
363 next = rb_next(nd); in hists__find_annotations()
366 next = rb_prev(nd); in hists__find_annotations()
373 nd = next; in hists__find_annotations()
376 nd = rb_next(nd); in hists__find_annotations()
422 if (verbose > 2) in __cmd_annotate()
449 if (use_browser == 2) { in __cmd_annotate()
618 use_browser = 2; in cmd_annotate()