Searched refs:allowbranch (Results 1 – 1 of 1) sorted by relevance
96 bool allowbranch; /* can this expression branch? */ member272 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()274 p->gnuext = p->allowbranch = true; in regcomp_internal()277 p->allowbranch = (cflags & REG_EXTENDED) != 0; in regcomp_internal()789 while (MORE() && (!p->allowbranch || !SEESPEC('|')) && !SEEEND()) { in p_re()800 if (!p->allowbranch) in p_re()813 if (p->allowbranch) in p_re()