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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditMenuBar.c80 @param[in] LastRow The last printable row.
88 IN CONST UINTN LastRow,
103 Row = (LastRow - 2);
108 EditorClearLine (LastRow - 2, LastCol, LastRow);
109 EditorClearLine (LastRow - 1, LastCol, LastRow);
110 EditorClearLine (LastRow , LastCol, LastRow);
87 MenuBarRefresh( IN CONST UINTN LastRow, IN CONST UINTN LastCol ) argument
H A DEditStatusBar.c78 @param[in] LastRow LastPrintable row.
90 IN UINTN LastRow,
123 EditorClearLine (LastRow, LastCol, LastRow);
131 (INT32)(LastRow) - 1,
140 (INT32)(LastRow) - 1,
150 ShellPrintEx ((INT32)(LastCol) - 21, (INT32)(LastRow) - 1, L"|%s| Help: Ctrl-E", L"INS");
152 ShellPrintEx ((INT32)(LastCol) - 21, (INT32)(LastRow) - 1, L"|%s| Help: Ctrl-E", L"OVR");
88 StatusBarRefresh( IN BOOLEAN EditorFirst, IN UINTN LastRow, IN UINTN LastCol, IN UINTN FileRow, IN UINTN FileCol, IN BOOLEAN InsertMode ) argument
H A DEditTitleBar.c81 @param[in] LastRow The last printable row.
95 IN CONST UINTN LastRow,
118 EditorClearLine (1, LastCol, LastRow);
89 MainTitleBarRefresh( IN CONST CHAR16 *FileName OPTIONAL, IN CONST EDIT_FILE_TYPE FileType, IN CONST BOOLEAN ReadOnly, IN CONST BOOLEAN Modified, IN CONST UINTN LastCol, IN CONST UINTN LastRow, IN CONST UINTN Offset, IN CONST UINTN Size ) argument
H A DEditInputBar.c59 @param[in] LastRow The last printable row.
65 IN UINTN LastRow
90 ShellPrintEx (((INT32)mPromptLen), ((INT32)LastRow) - 1, L"%s", Buffer);
97 ShellPrintEx ((INT32)(mPromptLen + Size), ((INT32)LastRow) - 1, L" ");
101 gST->ConOut->SetCursorPosition (gST->ConOut, Size + mPromptLen, LastRow - 1);
118 @param[in] LastRow The last printable row.
126 UINTN LastRow,
162 EditorClearLine (LastRow , LastColumn, LastRow);
164 gST->ConOut->SetCursorPosition (gST->ConOut, 0, LastRow
125 InputBarRefresh( UINTN LastRow, UINTN LastColumn ) argument
[all...]

Completed in 33 milliseconds