Searched refs:currentmode (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dmode.c66 enum mode currentmode = display_RATE; variable in typeref:enum:mode
77 printw("%s", modes[currentmode]);
79 currentmode = display_RATE;
81 currentmode = display_DELTA;
83 currentmode = display_SINCE;
85 currentmode = display_ABS;
H A Dmode.h40 extern enum mode currentmode;
H A Dtcp.c139 switch(currentmode) {
H A Dip.c143 switch(currentmode) {
H A Dip6.c139 switch(currentmode) {
H A Dicmp.c134 switch(currentmode) {
H A Dicmp6.c134 switch(currentmode) {
H A Dsctp.c126 switch(currentmode) {

Completed in 126 milliseconds