Searched refs:IsAnchorEnd (Results 1 – 1 of 1) sorted by relevance
1046 static bool IsAnchorEnd(Regexp** pre, int depth) { in IsAnchorEnd() function1061 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()1075 if (IsAnchorEnd(&sub, depth+1)) { in IsAnchorEnd()1139 bool is_anchor_end = IsAnchorEnd(&sre, 0); in Compile()