Home
last modified time | relevance | path

Searched refs:NextCommand (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/common/
A Dacgetline.c166 char *NextCommand; in AcpiOsGetLine() local
359 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