Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c5001 BOOL possessive_quantifier; in compile_branch() local
6445 possessive_quantifier = TRUE; in compile_branch()
6453 possessive_quantifier = FALSE; in compile_branch()
6458 possessive_quantifier = FALSE; in compile_branch()
6878 if (*bracode == OP_ONCE && possessive_quantifier) *bracode = OP_BRA; in compile_branch()
6904 if (possessive_quantifier) in compile_branch()
6934 if (repeat_min < 2) possessive_quantifier = FALSE; in compile_branch()
7111 if (possessive_quantifier) in compile_branch()