OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REGEX_MATCH_END
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h
57
/* Note: REGEX_MATCH_BEGIN and
REGEX_MATCH_END
does not change the parsing
62
#define
REGEX_MATCH_END
0x02
regexMain.c
249
{ 1, 6, 0, 0,
REGEX_MATCH_END
,
251
{ 3, 12, 1, 0,
REGEX_MATCH_END
,
regexJIT.c
42
/* When REGEX_NEWLINE &&
REGEX_MATCH_END
defined, the pattern turn to a normal search,
902
compiler_common->flags |=
REGEX_MATCH_END
;
918
if ((compiler_common->flags & (
REGEX_MATCH_END
| REGEX_NEWLINE)) == (
REGEX_MATCH_END
| REGEX_NEWLINE)) {
919
/* Replace
REGEX_MATCH_END
flag to REGEX_FAKE_MATCH_END */
920
compiler_common->flags &= ~
REGEX_MATCH_END
;
1144
if (!(compiler_common->flags & (REGEX_MATCH_BEGIN |
REGEX_MATCH_END
| REGEX_NEWLINE | REGEX_ID_CHECK | REGEX_FAKE_MATCH_BEGIN | REGEX_FAKE_MATCH_END)))
1148
if (compiler_common->flags &
REGEX_MATCH_END
)
1149
printf("
REGEX_MATCH_END
");
1859
compiler_common.flags = re_flags & (REGEX_MATCH_BEGIN |
REGEX_MATCH_END
| REGEX_MATCH_NON_GREEDY | REGEX_NEWLINE | REGEX_MATCH_VERBOSE)
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025