Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DEditInputBar.c72 UINTN mPromptLen; in InputBarPrintInput() local
74 mPromptLen = StrLen (mPrompt); in InputBarPrintInput()
75 Limit = LastColumn - mPromptLen - 1; in InputBarPrintInput()
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()