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

/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c101 static sb_slot_t *status_bar; variable
218 status_bar = NULL;
301 sb_slot_t *n = status_bar;
333 if (status_bar != NULL) {
337 for (n = status_bar; n != NULL; n = n->next) {
340 if (n != status_bar)
348 status_bar = n->next;
351 status_bar = NULL;
369 for (n = status_bar; n->next != NULL; n = n->next)
382 if (status_bar
[all...]

Completed in 15 milliseconds