Home
last modified time | relevance | path

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

/dports/lang/maude/maude-2.7.1/src/MSCP10/
H A Dscp_parser.cc61 lasttokendetect = 0; in parseSentence()
179 if (pos >= lasttokendetect) { in tryEvent()
324 if (pos >= lasttokendetect) { in tryEvent()
822 if (parseErrorRecover && (lpos > lasttokendetect)) { in runBubble()
1029 if (pos > lasttokendetect) { in errorDetect()
1053 lasttokendetect = pos; in errorDetect()
1054 } else if (pos == lasttokendetect) { in errorDetect()
1091 if (lasttokendetect > prevlasttokendetect) { in errorRecovery()
1092 prevlasttokendetect = lasttokendetect; in errorRecovery()
1104 int lasttokenerror = lasttokendetect; in errorRecovery()
[all …]
H A Dscp_parser.hh112 int lasttokendetect; member in ScpParser