Searched refs:max_topn (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/top/
H A Dtop.c88 static int max_topn; /* maximum displayable processes */ variable
522 if ((max_topn = display_init(&statics)) == -1)
529 if (topn > max_topn)
533 myname, max_topn);
687 if (active_procs > max_topn)
689 active_procs = max_topn;
796 max_topn = display_resize();
906 if (newval > max_topn)
910 max_topn);
1152 max_topn
[all...]

Completed in 47 milliseconds