Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs249 stringEaterValue = null; in DisableStringEater()
480 …SetVariable(stringEaterVariableName, new StringToken(stringEaterValue), variableCollections[record… in Parse()
481 stringEaterValue = ""; in Parse()
488 if(stringEaterValue != "") in Parse()
490 stringEaterValue = stringEaterValue + "\n"; in Parse()
492 stringEaterValue = stringEaterValue + cmd; in Parse()
496 stringEaterValue = ""; in Parse()
1165 private string stringEaterValue = ""; field in Antmicro.Renode.UserInterface.Monitor