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

/freebsd-9.3-release/contrib/top/
H A Dtop.local.H46 #define Default_TOPN %topn%
H A Dtop.c166 int topn = Default_TOPN; local
450 if ((topn = atoiwi(av[optind])) == Invalid)
529 if (topn > max_topn)
537 /* adjust for topn == Infinity */
538 if (topn == Infinity)
546 * topn wasn't explicitly specified and we are on a dumb terminal
551 topn = smart_terminal ? Largest :
554 topn = Largest;
559 display_header(topn > 0);
677 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...]

Completed in 54 milliseconds