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

/haiku/src/kits/tracker/
H A DRegExp.cpp123 kRegExpBol = 1, // no Match "" at beginning of line. enumerator in enum:__anon1748
377 else if (*scan == kRegExpBol)
666 ret = Node(kRegExpBol);
1039 case kRegExpBol:
1417 case kRegExpBol:
1418 p = "kRegExpBol";

Completed in 16 milliseconds