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

/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c117 static bool p_branch_empty(struct parse *p, struct branchc *bc);
585 p_branch_empty(struct parse *p, struct branchc *bc) function
605 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc))
607 * Halt parsing only if we have an empty branch and p_branch_empty

Completed in 104 milliseconds