Searched defs:HelpBottomLine (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c2129 UINTN HelpBottomLine; local
2146 HelpBottomLine = 0;
2875 HelpBottomLine = ProcessHelpString (StringPtr, &HelpBottomString, RowCount);
2936 for (Index = 0; Index < RowCount - HelpBottomLine; Index++) {
2944 for (Index = 0; (Index < RowCount - HelpBottomLine - HelpHeaderLine) &&
2963 for (Index = 0; Index < HelpBottomLine; Index++) {
2964 ASSERT (HelpBottomLine == 1);
2968 Index + BottomRow - HelpBottomLine,

Completed in 40 milliseconds