Searched refs:selectedKey (Results 1 - 2 of 2) sorted by relevance

/external/gptfdisk/
H A Dgptcurses.h121 void DisplayOptions(char selectedKey);
H A Dgptcurses.cc595 // Highlights the option with the key selectedKey; or a default if that's invalid.
596 void GPTDataCurses::DisplayOptions(char selectedKey) { argument
603 if (whichOptions.find(selectedKey) == string::npos)
604 selectedKey = 'n';
607 if (whichOptions.find(selectedKey) == string::npos)
608 selectedKey = 't';
620 if (whichOptions[i] == selectedKey)
625 if (whichOptions[i] == selectedKey) {
635 currentKey = selectedKey;

Completed in 131 milliseconds