Searched refs:MenuItems (Results 1 – 1 of 1) sorted by relevance
19 EDITOR_MENU_ITEM *MenuItems; variable31 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()