Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DMain.c25 CHAR8 mCmdHistory[MAX_CMD_HISTORY][MAX_CMD_LINE]; variable
91 AsciiStrnCpyS (&mCmdHistory[mCmdHistoryStart][0], MAX_CMD_LINE, Cmd, MAX_CMD_LINE); in SetCmdHistory()
122 HistoricalCommand = &mCmdHistory[mCmdHistoryCurrent][0]; in GetCmdHistory()
144 HistoricalCommand = &mCmdHistory[mCmdHistoryCurrent][0]; in GetCmdHistory()