Home
last modified time | relevance | path

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

/haiku/src/apps/terminal/
H A DPatternEvaluator.cpp98 BString mappedValue; in Evaluate() local
100 number, hasNumber, mappedValue)) { in Evaluate()
102 if (began && !mappedValue.IsEmpty()) in Evaluate()
104 if (!before.IsEmpty() && !mappedValue.IsEmpty()) { in Evaluate()
109 result += mappedValue; in Evaluate()