Searched refs:optionDesc (Results 1 – 2 of 2) sorted by relevance
598 string optionName, optionDesc = ""; in DisplayOptions() local621 optionDesc = menuMain[j].desc; in DisplayOptions()633 move(LINES - 1, (COLS - optionDesc.length()) / 2); in DisplayOptions()634 printw(optionDesc.c_str()); in DisplayOptions()
327 .filter(optionDesc -> optionDesc.getImplicitDependent() == null) in getCanonicalInstances()