Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_compile.c4398 BOOL local_negate = FALSE; in compile_branch() local
4412 local_negate = TRUE; in compile_branch()
4440 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
4467 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
4489 match_all_or_no_wide_chars |= local_negate; in compile_branch()
4531 if (local_negate) in compile_branch()