Home
last modified time | relevance | path

Searched refs:notbol (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_exec.c2079 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()
Dpcre_internal.h2531 BOOL notbol; /* NOTBOL flag */ member
Dpcre_jit_compile.c174 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()