Lines Matching defs:selected
61 currentKey = 'b'; // currently selected option
264 // Display the partitions, being sure that the space #selected is displayed
266 // Returns the number of the space being shown (should be selected, but will
268 int GPTDataCurses::DisplayParts(int selected) {
279 pageNum = selected / numToShow;
282 if (i == selected) {
294 retval = selected;
570 // Change the currently-selected space....
597 // Begin with a sanity check to ensure a valid key is selected....
616 if (currentSpace->partNum == -1) { // empty space is selected
620 } else { // a partition is selected
693 // Operation has been selected, so do it. Returns 1 if the program should