Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4479 BOOL is_quantifier; in compile_branch() local
4635 is_quantifier = in compile_branch()
4642 if (!is_quantifier && previous_callout != NULL && nestptr == NULL && in compile_branch()
4653 if ((options & PCRE_AUTO_CALLOUT) != 0 && !is_quantifier && nestptr == NULL) in compile_branch()
5499 if (!is_quantifier) goto NORMAL_CHAR; in compile_branch()