Searched refs:kRegExpEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DRegExp.cpp122 kRegExpEnd = 0, // no End of program. enumerator in enum:__anon1748
370 if (*Next((char*)scan) == kRegExpEnd) {
495 ender = Node(paren ? (char)(kRegExpClose + parno) : (char)kRegExpEnd);
1208 case kRegExpEnd:
1221 // We get here only if there's trouble -- normally "case kRegExpEnd" is
1362 // Arbitrary non-kRegExpEnd op.
1366 while (op != kRegExpEnd) {
1367 // While that wasn't kRegExpEnd last time...
1453 case kRegExpEnd:
1454 p = "kRegExpEnd";
[all...]

Completed in 86 milliseconds