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
32 SHELL_FREE_NON_NULL(MenuItems); in MenuBarCleanup()
53 MenuItems = AllocateZeroPool((NumItems+1) * sizeof(EDITOR_MENU_ITEM)); in MenuBarInit()
54 if (MenuItems == NULL) { in MenuBarInit()
57 CopyMem(MenuItems, Items, (NumItems+1) * sizeof(EDITOR_MENU_ITEM)); in MenuBarInit()
116 for (Item = MenuItems; Item != NULL && Item->Function != NULL; Item++) { in MenuBarRefresh()
167 return (MenuItems[Index].Function ()); in MenuBarDispatchFunctionKey()