HomeSort by: relevance | last modified time | path
    Searched defs:p_branch_empty (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/regex/
regcomp.c 139 static bool p_branch_empty(struct parse *p, struct branchc *bc);
759 p_branch_empty(struct parse *p, struct branchc *bc) function in typeref:typename:bool
780 else if ((ate > 1 || (bc->outer && !MORE())) && !p_branch_empty(p, bc))
782 * Halt parsing only if we have an empty branch and p_branch_empty
858 if (p->gnuext && HERE() == bc.start && !p_branch_empty(p, &bc))

Completed in 113 milliseconds