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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py303 LineCount = 0
305 Line = FileIn[LineCount]
306 LineCount += 1
320 if FileIn[LineCount].strip().startswith('#language'):
321 Line = Line + FileIn[LineCount]
322 FileIn[LineCount-1] = Line
323 FileIn[LineCount] = os.linesep
324 LineCount -= 1
325 for Index in xrange (LineCount + 1, len (FileIn) - 1):
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c1223 UINTN LineCount; local
1236 LineCount = ((StrLen (Node->Buffer) + StartColumn + 1) / TotalCols) + 1;
1238 if (LineNumber + LineCount >= TotalRows) {
1248 LineNumber += LineCount;
H A DShell.c1640 UINTN LineCount; local
1690 LineCount = 0;
1693 LineCount++;
1705 NewScriptFile->CurrentCommand->Line = LineCount;

Completed in 2478 milliseconds