Lines Matching refs:EndOfLine

174     UINT32                  EndOfLine,
224 UINT32 EndOfLine, in AcpiAcClearLine() argument
230 if (CursorPosition < EndOfLine) in AcpiAcClearLine()
234 for (i = 0; i < (EndOfLine - CursorPosition); i++) in AcpiAcClearLine()
242 for (; EndOfLine > 0; EndOfLine--) in AcpiAcClearLine()
278 UINT32 EndOfLine = 0; in AcpiOsGetLine() local
295 if (EndOfLine >= (BufferLength - 1)) in AcpiOsGetLine()
307 if (EndOfLine == CursorPosition) in AcpiOsGetLine()
310 Buffer[EndOfLine] = (char) InputChar; in AcpiOsGetLine()
312 EndOfLine++; in AcpiOsGetLine()
314 Buffer[EndOfLine] = 0; in AcpiOsGetLine()
321 (EndOfLine - CursorPosition + 1)); in AcpiOsGetLine()
324 Buffer [EndOfLine + 1] = 0; in AcpiOsGetLine()
332 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition); in AcpiOsGetLine()
334 EndOfLine++; in AcpiOsGetLine()
339 if (!EndOfLine) /* Any characters on the command line? */ in AcpiOsGetLine()
344 if (EndOfLine == CursorPosition) /* Erase the final character */ in AcpiOsGetLine()
347 EndOfLine--; in AcpiOsGetLine()
360 (EndOfLine - CursorPosition + 1)); in AcpiOsGetLine()
369 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition + 1); in AcpiOsGetLine()
370 EndOfLine--; in AcpiOsGetLine()
385 *BytesRead = EndOfLine; in AcpiOsGetLine()
391 Buffer[EndOfLine] = 0; in AcpiOsGetLine()
433 if (CursorPosition < EndOfLine) in AcpiOsGetLine()
443 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition); in AcpiOsGetLine()
473 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
476 EndOfLine = CursorPosition = strlen (Buffer); in AcpiOsGetLine()
500 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
501 EndOfLine = CursorPosition = 0; in AcpiOsGetLine()
519 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
522 EndOfLine = CursorPosition = strlen (Buffer); in AcpiOsGetLine()