Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dtop.c67 static int max_topn; /* maximum displayable processes */ variable
528 if ((max_topn = display_init(&statics)) == -1) in main()
534 if (topn > max_topn) in main()
536 warnx("warning: this terminal can only display %d processes.", max_topn); in main()
652 if (active_procs > max_topn) in main()
654 active_procs = max_topn; in main()
757 max_topn = display_resize(); in main()
859 if (newval > max_topn) in main()
863 max_topn); in main()
1122 max_topn = display_updatecpus(&statics); in main()