Searched refs:mPromptLen (Results 1 – 1 of 1) sorted by relevance
69 UINTN mPromptLen; in InputBarPrintInput() local71 mPromptLen = StrLen (mPrompt); in InputBarPrintInput()72 Limit = LastColumn - mPromptLen - 1; in InputBarPrintInput()87 ShellPrintEx (((INT32)mPromptLen), ((INT32)LastRow) - 1, L"%s", Buffer); in InputBarPrintInput()94 ShellPrintEx ((INT32)(mPromptLen + Size), ((INT32)LastRow) - 1, L" "); in InputBarPrintInput()98 gST->ConOut->SetCursorPosition (gST->ConOut, Size + mPromptLen, LastRow - 1); in InputBarPrintInput()