Searched refs:IsAnchorStart (Results 1 – 1 of 1) sorted by relevance
858 static bool IsAnchorStart(Regexp** pre, int depth) { in IsAnchorStart() function873 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()888 if (IsAnchorStart(&sub, depth+1)) { in IsAnchorStart()1005 bool is_anchor_start = IsAnchorStart(&sre, 0); in Compile()