Searched refs:whichOptions (Results 1 – 2 of 2) sorted by relevance
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()[all …]
84 string whichOptions; variable