Searched refs:NextCommand (Results 1 – 1 of 1) sorted by relevance
166 char *NextCommand; in AcpiOsGetLine() local358 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()359 if (!NextCommand) in AcpiOsGetLine()367 strcpy (Buffer, NextCommand); in AcpiOsGetLine()404 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()405 if (!NextCommand) in AcpiOsGetLine()413 strcpy (Buffer, NextCommand); in AcpiOsGetLine()