Searched refs:ntop (Results 1 – 1 of 1) sorted by relevance
162 int ntop; member201 #define ntop (G.ntop ) macro366 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 …]