Lines Matching defs:selected
83 /* name of currently selected counters (for UI): */
372 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected)
379 if (selected)
382 if (selected)
434 bool selected)
436 redraw_counter_label(win, row, group->label[ctr], selected);
562 /* find currently selected idx (note there can be discontinuities
563 * so the selected value does not map 1:1 to current idx)
565 uint32_t selected = group->counter[cnt].select_val;
567 if (group->group->countables[i].selector == selected) {
703 * in which case the current selected countables will have reset: