Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgptcurses.cc595 int newKeyNum; in MoveSelection() local
600 newKeyNum = whichOptions.find(currentKey); in MoveSelection()
601 newKeyNum += delta; in MoveSelection()
602 if (newKeyNum < 0) in MoveSelection()
603 newKeyNum = whichOptions.length() - 1; in MoveSelection()
604 newKeyNum %= whichOptions.length(); in MoveSelection()
605 currentKey = whichOptions[newKeyNum]; in MoveSelection()

Completed in 3 milliseconds