Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Dacgetline.c270 char *NextCommand; in AcpiOsGetLine() local
463 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()