Searched defs:LineCount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1640 UINTN LineCount; local
1690 LineCount = 0;
1693 LineCount++;
1705 NewScriptFile->CurrentCommand->Line = LineCount;
H A DFileHandleWrappers.c1223 UINTN LineCount; local
1236 LineCount = ((StrLen (Node->Buffer) + StartColumn + 1) / TotalCols) + 1;
1238 if (LineNumber + LineCount >= TotalRows) {
1248 LineNumber += LineCount;

Completed in 50 milliseconds