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

/freebsd-10.0-release/usr.sbin/pmcstat/
H A Dpmcstat_top.h34 ((b) > 10.0 ? (args.pa_topcolor ? COLOR_PAIR(1) : A_BOLD) : \
35 ((b) > 5.0 ? (args.pa_topcolor ? COLOR_PAIR(2) : 0) : \
36 ((b) > 2.5 ? (args.pa_topcolor ? COLOR_PAIR(3) : 0) : 0)))
H A Dpmcstat.h149 int pa_topcolor; /* terminal support color */ member in struct:pmcstat_args
H A Dpmcstat.c600 args.pa_topcolor = 0;
1325 args.pa_topcolor = 1;

Completed in 170 milliseconds