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

/freebsd-current/usr.bin/systat/
H A Difcmds.c42 int showpps = 0; variable
74 showpps = !showpps;
H A Difstat.c106 #define IN_col2 (showpps ? ifp->if_in_curpps : ifp->if_in_curtraffic)
107 #define OUT_col2 (showpps ? ifp->if_out_curpps : ifp->if_out_curtraffic)
108 #define IN_col3 (showpps ? \
110 #define OUT_col3 (showpps ? \
112 #define IN_col4 (showpps ? \
114 #define OUT_col4 (showpps ? \
122 if (showpps) { \
138 if (showpps) { \
H A Dextern.h60 extern int showpps;

Completed in 105 milliseconds