Lines Matching defs:Command
168 char *Command;
184 * PARAMETERS: CommandLine - Command to add
207 if (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command != NULL)
210 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command);
215 Command);
216 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
222 AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command =
226 strcpy (AcpiGbl_HistoryBuffer[AcpiGbl_NextHistoryIndex].Command,
284 if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
288 AcpiGbl_HistoryBuffer[HistoryIndex].Command);
364 return (AcpiGbl_HistoryBuffer[HistoryIndex].Command);