Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c1325 UINT16 MaxHistoryCmdCount; in AddLineToCommandHistory() local
1329 MaxHistoryCmdCount = PcdGet16(PcdShellMaxHistoryCommandCount); in AddLineToCommandHistory()
1331 if (MaxHistoryCmdCount == 0) { in AddLineToCommandHistory()
1347 if (Count < MaxHistoryCmdCount){ in AddLineToCommandHistory()