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

  /src/lib/libc/regex/
regcomp.c 118 bool allowbranch; /* can this expression branch? */ member in struct:parse
341 p->allowbranch = (cflags & REG_EXTENDED) != 0;
343 p->gnuext = p->allowbranch = true;
346 p->allowbranch = (cflags & REG_EXTENDED) != 0;
850 while (MORE() && (!p->allowbranch || !SEESPEC('|')) && !SEEEND()) {
861 if (!p->allowbranch)
874 if (p->allowbranch)
regcomp.c 118 bool allowbranch; /* can this expression branch? */ member in struct:parse
341 p->allowbranch = (cflags & REG_EXTENDED) != 0;
343 p->gnuext = p->allowbranch = true;
346 p->allowbranch = (cflags & REG_EXTENDED) != 0;
850 while (MORE() && (!p->allowbranch || !SEESPEC('|')) && !SEEEND()) {
861 if (!p->allowbranch)
874 if (p->allowbranch)

Completed in 27 milliseconds