Searched refs:noteol (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_exec.c | 2134 if (md->noteol) RRETURN(MATCH_NOMATCH); in match() 2144 if (md->noteol) RRETURN(MATCH_NOMATCH); in match() 6568 md->noteol = (options & PCRE_NOTEOL) != 0; in pcre_exec()
|
D | pcre_internal.h | 2532 BOOL noteol; /* NOTEOL flag */ member
|
D | pcre_jit_compile.c | 175 pcre_uint8 noteol; member 5616 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_char1_matchingpath() 5631 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, noteol)); in compile_char1_matchingpath() 10442 arguments.noteol = (options & PCRE_NOTEOL) != 0; in PRIV() 10535 arguments.noteol = (options & PCRE_NOTEOL) != 0; in pcre_jit_exec()
|