Searched defs:possessive (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_exec.c526 BOOL minimize, possessive; /* Quantifier options */ local
751 minimize = possessive = FALSE;
942 /* Handle a capturing bracket, other than those that are possessive with an
1036 /* Non-capturing or atomic group, except for possessive with unlimited
1116 /* Handle possessive capturing brackets with an unlimited repeat. We come
1133 printf("start possessive bracket %d\n", number);
1227 /* Non-capturing possessive bracket with unlimited repeat. We come here
1891 /* BRAPOSZERO occurs before a possessive bracket group. Don't do anything
1992 /* OP_KETRPOS is a possessive repeating ket. Remember the current position,
2890 else possessive
[all...]
H A Dpcre_jit_compile.c493 /* Two local variables for possessive quantifiers (char1 cannot use them). */
1243 int possessive = 0; local
1262 possessive = length = (common->capture_last_ptr != 0) ? 5 : 3;
1407 if (SLJIT_UNLIKELY(possessive == length))

Completed in 53 milliseconds