Searched refs:NextCommand (Results 1 – 1 of 1) sorted by relevance
270 char *NextCommand; in AcpiOsGetLine() local463 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()464 if (!NextCommand) in AcpiOsGetLine()472 strcpy (Buffer, NextCommand); in AcpiOsGetLine()509 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()510 if (!NextCommand) in AcpiOsGetLine()518 strcpy (Buffer, NextCommand); in AcpiOsGetLine()