Lines Matching refs:whichOptions
55 whichOptions = ""; // current set of options in GPTDataCurses()
583 if (whichOptions.find(currentKey) == string::npos) in MoveSelection()
585 newKeyNum = whichOptions.find(currentKey); in MoveSelection()
588 newKeyNum = whichOptions.length() - 1; in MoveSelection()
589 newKeyNum %= whichOptions.length(); in MoveSelection()
590 currentKey = whichOptions[newKeyNum]; in MoveSelection()
602 whichOptions = EMPTY_SPACE_OPTIONS; in DisplayOptions()
603 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()
606 whichOptions = PARTITION_OPTIONS; in DisplayOptions()
607 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()
615 for (i = 0; i < whichOptions.length(); i++) { in DisplayOptions()
618 if (menuMain[j].key == whichOptions[i]) { in DisplayOptions()
620 if (whichOptions[i] == selectedKey) in DisplayOptions()
625 if (whichOptions[i] == selectedKey) { in DisplayOptions()