Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs233 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
235 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
237 DisableStringEater, () => stringEaterMode, GetVariableName)); in InitCommands()
248 stringEaterMode = 0; in DisableStringEater()
257 stringEaterMode = mode; in EnableStringEater()
472 if(stringEaterMode > 0) in Parse()
477 stringEaterMode += 1; in Parse()
478 if(stringEaterMode > 2) in Parse()
482 stringEaterMode = 0; in Parse()
486 if(stringEaterMode > 1) in Parse()
[all …]