Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DFileHandleWrappers.c474 UINTN StringCurPos; // Line index corresponding to the cursor in FileInterfaceStdInRead() local
505 StringCurPos = 0; in FileInterfaceStdInRead()
585 TailRow = Row + (StringLen - StringCurPos + Column) / TotalColumn; in FileInterfaceStdInRead()
586 TailColumn = (StringLen - StringCurPos + Column) % TotalColumn; in FileInterfaceStdInRead()
592 if (StringCurPos != 0) { in FileInterfaceStdInRead()
597 StringCurPos--; in FileInterfaceStdInRead()
598 Update = StringCurPos; in FileInterfaceStdInRead()
600 …CopyMem (CurrentString + StringCurPos, CurrentString + StringCurPos + 1, sizeof (CHAR16) * (String… in FileInterfaceStdInRead()
652 …if (StringLen == MaxStr - 1 && (ShellInfoObject.ViewingSettings.InsertMode || StringCurPos == Stri… in FileInterfaceStdInRead()
660 …CopyMem(CurrentString + StringCurPos + 1, CurrentString + StringCurPos, (StringLen - StringCurPos)… in FileInterfaceStdInRead()
[all …]