Searched refs:status_bar (Results 1 – 1 of 1) sorted by relevance
105 static sb_slot_t *status_bar; variable223 status_bar = NULL; in pt_display_setup()306 sb_slot_t *n = status_bar; in pt_display_status_bar()338 if (status_bar != NULL) { in pt_display_mod_status_bar()342 for (n = status_bar; n != NULL; n = n->next) { in pt_display_mod_status_bar()345 if (n != status_bar) in pt_display_mod_status_bar()353 status_bar = n->next; in pt_display_mod_status_bar()356 status_bar = NULL; in pt_display_mod_status_bar()374 for (n = status_bar; n->next != NULL; n = n->next) in pt_display_mod_status_bar()387 if (status_bar == NULL) { in pt_display_mod_status_bar()[all …]