Home
last modified time | relevance | path

Searched refs:ntop (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/procps/
Dtop.c162 int ntop; member
201 #define ntop (G.ntop ) macro
366 new_hist = xmalloc(sizeof(new_hist[0]) * ntop); in do_stats()
372 for (n = 0; n < ntop; n++) { in do_stats()
405 prev_hist_count = ntop; in do_stats()
688 if (lines_rem > ntop - G_scroll_ofs)
689 lines_rem = ntop - G_scroll_ofs;
851 if (lines_rem > ntop - G_scroll_ofs)
852 lines_rem = ntop - G_scroll_ofs;
942 G_scroll_ofs = ntop - G.lines / 2;
[all …]