Lines Matching refs:top
116 pos = browser->top;
135 browser->top = pos;
148 nd = browser->top;
165 browser->top = nd;
173 if (browser->top == NULL)
174 browser->top = rb_first(browser->entries);
176 nd = browser->top;
365 * that is why we do a SEEK_SET. Think about 'perf top' in the hists browser
382 browser->top = NULL;
504 if (browser->top == NULL || browser->top == browser->entries)
505 browser->top = ui_browser__list_head_filter_entries(browser, head->next);
507 pos = browser->top;
527 .name = "top",
612 browser->top = browser->entries;
615 browser->top = (char **)browser->top + offset;
618 browser->top = (char **)browser->entries + browser->nr_entries - 1 + offset;
623 assert((char **)browser->top < (char **)browser->entries + browser->nr_entries);
624 assert((char **)browser->top >= (char **)browser->entries);
632 if (browser->top == NULL)
633 browser->top = browser->entries;
635 pos = (char **)browser->top;