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 - 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
Indexes created Wed Sep 24 02:09:48 GMT 2025