Searched refs:REGEX_MATCH_BEGIN (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/regex_src/ |
| D | regexJIT.c | 782 compiler_common->flags |= REGEX_MATCH_BEGIN; in parse() 787 …if ((compiler_common->flags & (REGEX_MATCH_BEGIN | REGEX_NEWLINE)) == (REGEX_MATCH_BEGIN | REGEX_N… in parse() 789 compiler_common->flags &= ~REGEX_MATCH_BEGIN; in parse() 1144 …if (!(compiler_common->flags & (REGEX_MATCH_BEGIN | REGEX_MATCH_END | REGEX_NEWLINE | REGEX_ID_CHE… in verbose_transitions() 1146 if (compiler_common->flags & REGEX_MATCH_BEGIN) in verbose_transitions() 1338 if (!(flags & REGEX_MATCH_BEGIN)) { in compile_uncond_tran() 1357 SLJIT_ASSERT(!(flags & REGEX_MATCH_BEGIN)); in compile_uncond_tran() 1391 if (!(flags & (REGEX_ID_CHECK | REGEX_MATCH_BEGIN))) { in compile_cond_tran() 1405 if (!(flags & REGEX_MATCH_BEGIN)) { in compile_cond_tran() 1439 if (!(flags & REGEX_MATCH_BEGIN)) { in compile_cond_tran() [all …]
|
| D | regexJIT.h | 60 #define REGEX_MATCH_BEGIN 0x01 macro
|
| D | regexMain.c | 245 { -1, 0, 0, -1, REGEX_MATCH_BEGIN, 247 { 0, 9, 3, -1, REGEX_MATCH_BEGIN,
|