Lines Matching defs:selected
73 /* name of currently selected counters (for UI): */
353 redraw_counter_label(WINDOW *win, int row, const char *name, bool selected)
360 if (selected)
363 if (selected)
415 bool selected)
417 redraw_counter_label(win, row, group->label[ctr], selected);
543 /* find currently selected idx (note there can be discontinuities
544 * so the selected value does not map 1:1 to current idx)
546 uint32_t selected = group->counter[cnt].select_val;
548 if (group->group->countables[i].selector == selected) {
684 * in which case the current selected countables will have reset: