OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_branch_empty
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/regex/
regcomp.c
139
static bool
p_branch_empty
(struct parse *p, struct branchc *bc);
759
p_branch_empty
(struct parse *p, struct branchc *bc)
function
780
else if ((ate > 1 || (bc->outer && !MORE())) && !
p_branch_empty
(p, bc))
782
* Halt parsing only if we have an empty branch and
p_branch_empty
858
if (p->gnuext && HERE() == bc.start && !
p_branch_empty
(p, &bc))
regcomp.c
139
static bool
p_branch_empty
(struct parse *p, struct branchc *bc);
759
p_branch_empty
(struct parse *p, struct branchc *bc)
function
780
else if ((ate > 1 || (bc->outer && !MORE())) && !
p_branch_empty
(p, bc))
782
* Halt parsing only if we have an empty branch and
p_branch_empty
858
if (p->gnuext && HERE() == bc.start && !
p_branch_empty
(p, &bc))
Completed in 31 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026