Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs757 …pandVariable(VariableToken token, Dictionary<string, Token> collection, out Token expandedVariable) in TryExpandVariable() argument
759 expandedVariable = null; in TryExpandVariable()
762 if(collection.TryGetValue(varName, out expandedVariable)) in TryExpandVariable()
769 if(collection.TryGetValue(newName, out expandedVariable)) in TryExpandVariable()
775 if(collection.TryGetValue(newName, out expandedVariable)) in TryExpandVariable()