Searched refs:possessive (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
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))
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c502 /* if this is English AND we're dealing with a quote (possessive or a

Completed in 4361 milliseconds