HomeSort by: relevance | last modified time | path
    Searched refs:REGEX_NEWLINE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.h 65 #define REGEX_NEWLINE 0x04
regexMain.c 65 machine = regex_compile(pattern, ptr - pattern, REGEX_MATCH_VERBOSE | REGEX_NEWLINE, &error);
295 { 3, 6, 0, 1, REGEX_NEWLINE,
297 { 0, 2, 0, 1, REGEX_NEWLINE,
299 { 1, 4, 0, 1, 0 /* =REGEX_NEWLINE */,
301 { 2, 3, 0, 1, 0 /* =REGEX_NEWLINE */,
303 { 0, 2, 0, 1, REGEX_NEWLINE,
305 { 0, 3, 0, 0, 0 /* =REGEX_NEWLINE */,
307 { 2, 4, 1, 1, REGEX_NEWLINE,
309 { 0, 1, 0, 0, 0 /* REGEX_NEWLINE */,
311 { -1, 0, 0, -1, 0 /* REGEX_NEWLINE */,
    [all...]
regexJIT.c 39 /* When REGEX_NEWLINE && REGEX_MATCH_BEGIN defined, the pattern turn to a normal search,
42 /* When REGEX_NEWLINE && REGEX_MATCH_END defined, the pattern turn to a normal search,
787 if ((compiler_common->flags & (REGEX_MATCH_BEGIN | REGEX_NEWLINE)) == (REGEX_MATCH_BEGIN | REGEX_NEWLINE)) {
814 if (compiler_common->flags & REGEX_NEWLINE) {
918 if ((compiler_common->flags & (REGEX_MATCH_END | REGEX_NEWLINE)) == (REGEX_MATCH_END | REGEX_NEWLINE)) {
1144 if (!(compiler_common->flags & (REGEX_MATCH_BEGIN | REGEX_MATCH_END | REGEX_NEWLINE | REGEX_ID_CHECK | REGEX_FAKE_MATCH_BEGIN | REGEX_FAKE_MATCH_END)))
1150 if (compiler_common->flags & REGEX_NEWLINE)
1151 printf("REGEX_NEWLINE ");
    [all...]

Completed in 14 milliseconds