Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/systat/
Difstat.c91 extern int showpps;
114 #define IN_col2 (showpps ? ifp->if_in_curpps : ifp->if_in_curtraffic)
115 #define OUT_col2 (showpps ? ifp->if_out_curpps : ifp->if_out_curtraffic)
116 #define IN_col3 (showpps ? \
118 #define OUT_col3 (showpps ? \
120 #define IN_col4 (showpps ? \
122 #define OUT_col4 (showpps ? \
130 if (showpps) { \
146 if (showpps) { \
Difcmds.c50 int showpps = 0; variable
82 showpps = !showpps; in ifcmd()