Searched refs:TabUpdatePos (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c353 UINTN TabUpdatePos; // Start index of the string updated by TAB stroke local
381 TabUpdatePos = 0;
494 TabUpdatePos = 0;
502 TabUpdatePos = Index + 1;
505 TabUpdatePos = Index + 1;
711 Column = (StartColumn + TabUpdatePos) % TotalColumn;
712 Row -= (StartColumn + StringCurPos) / TotalColumn - (StartColumn + TabUpdatePos) / TotalColumn;
728 CopyMem (CurrentString + TabUpdatePos, TabOutputStr, OutputLength * sizeof (CHAR16));
729 CurrentString[TabUpdatePos + OutputLength] = CHAR_NULL;
730 StringCurPos = TabUpdatePos
[all...]

Completed in 1536 milliseconds