Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4903 BOOL local_negate = FALSE; in compile_branch() local
4917 local_negate = TRUE; in compile_branch()
4945 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch()
4970 *class_uchardata++ = local_negate? XCL_NOTPROP : XCL_PROP; in compile_branch()
5021 if (local_negate) in compile_branch()