OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowbranch
(Results
1 - 1
of
1
) 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
)
Completed in 12 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025