Home
last modified time | relevance | path

Searched refs:LastCol (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditMenuBar.c89 IN CONST UINTN LastCol in MenuBarRefresh() argument
108 EditorClearLine (LastRow - 2, LastCol, LastRow); in MenuBarRefresh()
109 EditorClearLine (LastRow - 1, LastCol, LastRow); in MenuBarRefresh()
110 EditorClearLine (LastRow , LastCol, LastRow); in MenuBarRefresh()
123 if (((Col + Width) > LastCol)) { in MenuBarRefresh()
DEditStatusBar.c91 IN UINTN LastCol, in StatusBarRefresh() argument
124 EditorClearLine (LastRow, LastCol, LastRow); 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.c95 IN CONST UINTN LastCol, in MainTitleBarRefresh() argument
120 EditorClearLine (1, LastCol, LastRow); in MainTitleBarRefresh()
DEditStatusBar.h58 IN UINTN LastCol,
DEditTitleBar.h71 IN CONST UINTN LastCol,
DEditMenuBar.h92 IN CONST UINTN LastCol
DUefiShellDebug1CommandsLib.c376 IN UINTN LastCol, in EditorClearLine() argument
389 SetMem16(Line, LastCol*sizeof(CHAR16), L' '); in EditorClearLine()
395 Line[LastCol - 1] = CHAR_NULL; in EditorClearLine()
397 Line[LastCol] = CHAR_NULL; in EditorClearLine()
DUefiShellDebug1CommandsLib.h374 IN UINTN LastCol,