Searched refs:NextCommand (Results 1 – 1 of 1) sorted by relevance
166 char *NextCommand; in AcpiOsGetLine() local359 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()360 if (!NextCommand) in AcpiOsGetLine()368 strcpy (Buffer, NextCommand); in AcpiOsGetLine()405 NextCommand = AcpiDbGetHistoryByIndex (CurrentCommandIndex); in AcpiOsGetLine()406 if (!NextCommand) in AcpiOsGetLine()414 strcpy (Buffer, NextCommand); in AcpiOsGetLine()
Completed in 4 milliseconds