Searched refs:topn (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/top/
H A Dtop.c259 int topn = Default_TOPN; local
549 if ((topn = atoiwi(av[optind])) == Invalid)
628 if (topn > max_topn)
636 /* adjust for topn == Infinity */
637 if (topn == Infinity)
645 * topn wasn't explicitly specified and we are on a dumb terminal
650 topn = smart_terminal ? Largest :
653 topn = Largest;
658 display_header(topn > 0);
777 if (topn >
[all...]
H A DConfigure8 set vars = (module LoadMax topn NominalTopn delay owner group mode random \
69 set topn = 15
105 Default TOPN $topn
235 ./getans "Default TOPN" neginteger "$topn" .$$
236 set topn = `cat .$$`
513 sed -e "s|%topn%|$topn|" \
540 -e "s|%topn%|$topn|" \
546 sed -e "s|%topn
[all...]
H A DMakefile.X45 TOPN = %topn%

Completed in 105 milliseconds