status_bar_slots 48 tools/thermal/tmon/tui.c char status_bar_slots[10][40]; status_bar_slots 152 tools/thermal/tmon/tui.c strcpy(status_bar_slots[0], " Ctrl-c - Quit "); status_bar_slots 153 tools/thermal/tmon/tui.c strcpy(status_bar_slots[1], " TAB - Tuning "); status_bar_slots 396 tools/thermal/tmon/tui.c if (strlen(status_bar_slots[i]) == 0) status_bar_slots 399 tools/thermal/tmon/tui.c mvwprintw(status_bar_window, 0, x, "%s", status_bar_slots[i]); status_bar_slots 401 tools/thermal/tmon/tui.c x += strlen(status_bar_slots[i]) + 1;