Home | History | Annotate | Download | only in Shell

Lines Matching defs:LineCount

1452   UINTN           LineCount;

1465 LineCount = ((StrLen (Node->Buffer) + StartColumn + 1) / TotalCols) + 1;
1467 if (LineNumber + LineCount >= TotalRows) {
1477 LineNumber += LineCount;