Searched refs:MaxHistoryCmdCount (Results 1 – 1 of 1) sorted by relevance
1325 UINT16 MaxHistoryCmdCount; in AddLineToCommandHistory() local1329 MaxHistoryCmdCount = PcdGet16(PcdShellMaxHistoryCommandCount); in AddLineToCommandHistory()1331 if (MaxHistoryCmdCount == 0) { in AddLineToCommandHistory()1347 if (Count < MaxHistoryCmdCount){ in AddLineToCommandHistory()