, Pids_reap->counts->stopped, Pids_reap->counts->zombied));
Msg_row += 1;
}
- goto restrict_end;
+ return;
}
// Display Uptime and Loadavg
#undef memPARM
} // end: View_MEMORY
-restrict_end:
#undef isROOM
#undef anyFLG
} // end: summary_show
break;
/* s_int, scale_pcnt with special handling */
case EU_CPU: // PIDS_TICS_ALL_DELTA
+ { float u = (float)rSv(EU_CPU, u_int);
+ int n = rSv(EU_THD, s_int);
if (Restrict_some) {
cp = justify_pad("?", W, Jn);
break;
}
- { float u = (float)rSv(EU_CPU, u_int);
- int n = rSv(EU_THD, s_int);
#ifndef TREE_VCPUOFF
#ifndef TREE_VWINALL
if (q == Curwin) // note: the following is NOT indented