Searched refs:notbol (Results 1 – 3 of 3) sorted by relevance
/external/pcre/dist/ |
D | pcre_exec.c | 2079 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH); in match() 2091 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH); in match() 6567 md->notbol = (options & PCRE_NOTBOL) != 0; in pcre_exec()
|
D | pcre_internal.h | 2531 BOOL notbol; /* NOTBOL flag */ member
|
D | pcre_jit_compile.c | 174 pcre_uint8 notbol; member 5582 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); in compile_char1_matchingpath() 5590 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); in compile_char1_matchingpath() 10441 arguments.notbol = (options & PCRE_NOTBOL) != 0; in PRIV() 10534 arguments.notbol = (options & PCRE_NOTBOL) != 0; in pcre_jit_exec()
|