Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgptcurses.cc557 while (menuMain[i].key != 0) { in ShowHelp()
558 printw(" %c %s\n", menuMain[i].key, menuMain[i].desc.c_str()); in ShowHelp()
632 for (j = 0; menuMain[j].key; j++) { in DisplayOptions()
633 if (menuMain[j].key == whichOptions[i]) { in DisplayOptions()
634 optionName = menuMain[j].name; in DisplayOptions()
636 optionDesc = menuMain[j].desc; in DisplayOptions()
H A Dgptcurses.h36 static struct MenuItem menuMain[] = { variable

Completed in 2 milliseconds