Lines Matching refs:CurrentString

465   CHAR16              *CurrentString;  in FileInterfaceStdInRead()  local
503 CurrentString = Buffer; in FileInterfaceStdInRead()
533 ZeroMem (CurrentString, MaxStr * sizeof (CHAR16)); in FileInterfaceStdInRead()
545 ZeroMem (CurrentString, MaxStr * sizeof(CHAR16)); in FileInterfaceStdInRead()
600 …CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (String… in FileInterfaceStdInRead()
615 …Status = CreateTabCompletionList (CurrentString, StringLen, *BufferSize, &TabCompleteList, &TabUpd… in FileInterfaceStdInRead()
660 …CopyMem(CurrentString + StringCurPos + 1, CurrentString + StringCurPos, (StringLen - StringCurPos)… in FileInterfaceStdInRead()
663 CurrentString[StringCurPos] = Key.UnicodeChar; in FileInterfaceStdInRead()
680 …CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (String… in FileInterfaceStdInRead()
748 CurrentString[0] = 0; in FileInterfaceStdInRead()
768 *CurrentString = CHAR_NULL; in FileInterfaceStdInRead()
811 CopyMem (CurrentString + TabUpdatePos, TabOutputStr, OutputLength * sizeof (CHAR16)); in FileInterfaceStdInRead()
812 CurrentString[TabUpdatePos + OutputLength] = CHAR_NULL; in FileInterfaceStdInRead()
834 CopyMem (CurrentString, LinePos->Buffer, OutputLength * sizeof (CHAR16)); in FileInterfaceStdInRead()
835 CurrentString[OutputLength] = CHAR_NULL; in FileInterfaceStdInRead()
854 ShellPrintEx ((INT32)Column, (INT32)Row, L"%s%.*s", CurrentString + Update, Delete, L""); in FileInterfaceStdInRead()
855 StringLen = StrLen (CurrentString); in FileInterfaceStdInRead()
858 SetMem (CurrentString + StringLen, Delete * sizeof (CHAR16), CHAR_NULL); in FileInterfaceStdInRead()
916 if (CurrentString != NULL && StrLen(CurrentString) > 0) { in FileInterfaceStdInRead()
920 AddLineToCommandHistory(CurrentString); in FileInterfaceStdInRead()