Home
last modified time | relevance | path

Searched refs:MenuItems (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditMenuBar.c19 EDITOR_MENU_ITEM *MenuItems; variable
31 SHELL_FREE_NON_NULL(MenuItems); in MenuBarCleanup()
51 MenuItems = AllocateZeroPool((NumItems+1) * sizeof(EDITOR_MENU_ITEM)); in MenuBarInit()
52 if (MenuItems == NULL) { in MenuBarInit()
55 CopyMem(MenuItems, Items, (NumItems+1) * sizeof(EDITOR_MENU_ITEM)); in MenuBarInit()
112 for (Item = MenuItems; Item != NULL && Item->Function != NULL; Item++) { in MenuBarRefresh()
162 return (MenuItems[Index].Function ()); in MenuBarDispatchFunctionKey()