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_BEGIN
(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
60
#define
REGEX_MATCH_BEGIN
0x01
regexJIT.c
39
/* When REGEX_NEWLINE &&
REGEX_MATCH_BEGIN
defined, the pattern turn to a normal search,
782
compiler_common->flags |=
REGEX_MATCH_BEGIN
;
787
if ((compiler_common->flags & (
REGEX_MATCH_BEGIN
| REGEX_NEWLINE)) == (
REGEX_MATCH_BEGIN
| REGEX_NEWLINE)) {
788
/* Replace
REGEX_MATCH_BEGIN
flag to REGEX_FAKE_MATCH_BEGIN */
789
compiler_common->flags &= ~
REGEX_MATCH_BEGIN
;
1144
if (!(compiler_common->flags & (
REGEX_MATCH_BEGIN
| REGEX_MATCH_END | REGEX_NEWLINE | REGEX_ID_CHECK | REGEX_FAKE_MATCH_BEGIN | REGEX_FAKE_MATCH_END)))
1146
if (compiler_common->flags &
REGEX_MATCH_BEGIN
)
1147
printf("
REGEX_MATCH_BEGIN
");
1338
if (!(flags &
REGEX_MATCH_BEGIN
)) {
[
all
...]
regexMain.c
245
{ -1, 0, 0, -1,
REGEX_MATCH_BEGIN
,
247
{ 0, 9, 3, -1,
REGEX_MATCH_BEGIN
,
Completed in 95 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025