Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4478 BOOL possessive_quantifier; in compile_branch() local
5538 possessive_quantifier = FALSE; /* Default not possessive quantifier */ in compile_branch()
5582 possessive_quantifier = TRUE; in compile_branch()
6168 possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6200 if (possessive_quantifier) in compile_branch()
6233 if (repeat_min < 2) possessive_quantifier = FALSE; in compile_branch()
6270 if (possessive_quantifier) in compile_branch()