Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditMenuBar.c88 IN CONST UINTN LastRow, in MenuBarRefresh() argument
103 Row = (LastRow - 2); in MenuBarRefresh()
108 EditorClearLine (LastRow - 2, LastCol, LastRow); in MenuBarRefresh()
109 EditorClearLine (LastRow - 1, LastCol, LastRow); in MenuBarRefresh()
110 EditorClearLine (LastRow , LastCol, LastRow); in MenuBarRefresh()
DEditInputBar.c65 IN UINTN LastRow in InputBarPrintInput() argument
90 ShellPrintEx (((INT32)mPromptLen), ((INT32)LastRow) - 1, L"%s", Buffer); in InputBarPrintInput()
97 ShellPrintEx ((INT32)(mPromptLen + Size), ((INT32)LastRow) - 1, L" "); in InputBarPrintInput()
101 gST->ConOut->SetCursorPosition (gST->ConOut, Size + mPromptLen, LastRow - 1); in InputBarPrintInput()
126 UINTN LastRow, in InputBarRefresh() argument
161 EditorClearLine (LastRow , LastColumn, LastRow); in InputBarRefresh()
163 gST->ConOut->SetCursorPosition (gST->ConOut, 0, LastRow - 1); in InputBarRefresh()
208 InputBarPrintInput (LastColumn, LastRow); in InputBarRefresh()
231 InputBarPrintInput (LastColumn, LastRow); in InputBarRefresh()
DEditStatusBar.c90 IN UINTN LastRow, in StatusBarRefresh() argument
124 EditorClearLine (LastRow, LastCol, LastRow); in StatusBarRefresh()
132 (INT32)(LastRow) - 1, in StatusBarRefresh()
141 (INT32)(LastRow) - 1, in StatusBarRefresh()
151 ShellPrintEx ((INT32)(LastCol) - 21, (INT32)(LastRow) - 1, L"|%s| Help: Ctrl-E", L"INS"); in StatusBarRefresh()
153 ShellPrintEx ((INT32)(LastCol) - 21, (INT32)(LastRow) - 1, L"|%s| Help: Ctrl-E", L"OVR"); in StatusBarRefresh()
DEditTitleBar.c96 IN CONST UINTN LastRow, in MainTitleBarRefresh() argument
120 EditorClearLine (1, LastCol, LastRow); in MainTitleBarRefresh()
DEditInputBar.h47 UINTN LastRow,
DEditStatusBar.h57 IN UINTN LastRow,
DEditTitleBar.h72 IN CONST UINTN LastRow,
DEditMenuBar.h91 IN CONST UINTN LastRow,
DUefiShellDebug1CommandsLib.h375 IN UINTN LastRow
DUefiShellDebug1CommandsLib.c377 IN UINTN LastRow in EditorClearLine() argument
391 if (Row == LastRow) { in EditorClearLine()