Searched refs:LastCol (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | EditMenuBar.c | 89 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()
|
D | EditStatusBar.c | 91 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()
|
D | EditTitleBar.c | 95 IN CONST UINTN LastCol, in MainTitleBarRefresh() argument 120 EditorClearLine (1, LastCol, LastRow); in MainTitleBarRefresh()
|
D | EditStatusBar.h | 58 IN UINTN LastCol,
|
D | EditTitleBar.h | 71 IN CONST UINTN LastCol,
|
D | EditMenuBar.h | 92 IN CONST UINTN LastCol
|
D | UefiShellDebug1CommandsLib.c | 376 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()
|
D | UefiShellDebug1CommandsLib.h | 374 IN UINTN LastCol,
|