Lines Matching refs:EndOfLine
174 UINT32 EndOfLine,
222 UINT32 EndOfLine, in AcpiAcClearLine() argument
228 if (CursorPosition < EndOfLine) in AcpiAcClearLine()
232 for (i = 0; i < (EndOfLine - CursorPosition); i++) in AcpiAcClearLine()
240 for (; EndOfLine > 0; EndOfLine--) in AcpiAcClearLine()
276 UINT32 EndOfLine = 0; in AcpiOsGetLine() local
293 if (EndOfLine >= (BufferLength - 1)) in AcpiOsGetLine()
305 if (EndOfLine == CursorPosition) in AcpiOsGetLine()
308 Buffer[EndOfLine] = (char) InputChar; in AcpiOsGetLine()
310 EndOfLine++; in AcpiOsGetLine()
312 Buffer[EndOfLine] = 0; in AcpiOsGetLine()
319 (EndOfLine - CursorPosition + 1)); in AcpiOsGetLine()
322 Buffer [EndOfLine + 1] = 0; in AcpiOsGetLine()
330 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition); in AcpiOsGetLine()
332 EndOfLine++; in AcpiOsGetLine()
337 if (!EndOfLine) /* Any characters on the command line? */ in AcpiOsGetLine()
342 if (EndOfLine == CursorPosition) /* Erase the final character */ in AcpiOsGetLine()
345 EndOfLine--; in AcpiOsGetLine()
358 (EndOfLine - CursorPosition + 1)); in AcpiOsGetLine()
367 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition + 1); in AcpiOsGetLine()
368 EndOfLine--; in AcpiOsGetLine()
383 *BytesRead = EndOfLine; in AcpiOsGetLine()
389 Buffer[EndOfLine] = 0; in AcpiOsGetLine()
431 if (CursorPosition < EndOfLine) in AcpiOsGetLine()
441 ACPI_BACKUP_CURSOR (i, EndOfLine - CursorPosition); in AcpiOsGetLine()
471 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
474 EndOfLine = CursorPosition = strlen (Buffer); in AcpiOsGetLine()
498 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
499 EndOfLine = CursorPosition = 0; in AcpiOsGetLine()
517 AcpiAcClearLine (EndOfLine, CursorPosition); in AcpiOsGetLine()
520 EndOfLine = CursorPosition = strlen (Buffer); in AcpiOsGetLine()