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