OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wload
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/systat/
main.c
86
static WINDOW *
wload
; /* one line window for load average */
variable
214
wload
= newwin(1, 0, 3, 20);
215
if (
wload
== NULL) {
303
wmove(
wload
, 0, 0);
304
wclrtoeol(
wload
);
305
whline(
wload
, c, (j > 50) ? 50 : j);
307
wprintw(
wload
, " %4.1f", avenrun[0]);
311
wrefresh(
wload
);
Completed in 17 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026