OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pre_parse
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/regex/
regcomp.c
122
void (*
pre_parse
)(struct parse *, struct branchc *);
member in struct:parse
351
p->
pre_parse
= NULL;
356
p->
pre_parse
= p_bre_pre_parse;
848
if (p->
pre_parse
!= NULL)
849
p->
pre_parse
(p, &bc);
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025