Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/regex/
HDregcomp.c122 static bool p_branch_empty(struct parse *p, struct branchc *bc);
688 p_branch_empty(struct parse *p, struct branchc *bc) in p_branch_empty() function
709 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc)) in p_branch_do()
787 if (HERE() == bc.start && !p_branch_empty(p, &bc)) in p_re()