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.c1372 UINT16 MaxHistoryCmdCount; in AddLineToCommandHistory() local
1376 MaxHistoryCmdCount = PcdGet16(PcdShellMaxHistoryCommandCount); in AddLineToCommandHistory()
1378 if (MaxHistoryCmdCount == 0) { in AddLineToCommandHistory()
1400 if (Count < MaxHistoryCmdCount){ in AddLineToCommandHistory()