Searched defs:notbol (Results 1 - 2 of 2) sorted by relevance
| /forgerock/web-agents-v4/pcre/ |
| H A D | pcre_jit_compile.c | 174 pcre_uint8 notbol; member in struct:jit_arguments 5530 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); 5538 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(jit_arguments, notbol)); 10411 arguments.notbol = (options & PCRE_NOTBOL) != 0; 10504 arguments.notbol = (options & PCRE_NOTBOL) != 0;
|
| H A D | pcre_internal.h | 2514 BOOL notbol; /* NOTBOL flag */ member in struct:match_data
|
Completed in 65 milliseconds