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

/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c99 bool allowbranch; /* can this expression branch? */ member in struct:parse
282 p->allowbranch = true;
288 p->allowbranch = false;
675 while (MORE() && (!p->allowbranch || !SEESPEC('|')) && !SEEEND()) {
682 if (!p->allowbranch)
695 if (p->allowbranch)

Completed in 61 milliseconds