Searched refs:selectedKey (Results 1 – 2 of 2) sorted by relevance
596 void GPTDataCurses::DisplayOptions(char selectedKey) { in DisplayOptions() argument603 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()604 selectedKey = 'n'; in DisplayOptions()607 if (whichOptions.find(selectedKey) == string::npos) in DisplayOptions()608 selectedKey = 't'; in DisplayOptions()620 if (whichOptions[i] == selectedKey) in DisplayOptions()625 if (whichOptions[i] == selectedKey) { in DisplayOptions()635 currentKey = selectedKey; in DisplayOptions()
121 void DisplayOptions(char selectedKey);