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