Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c4487 int newoptions; in compile_branch() local
6423 newoptions = options; in compile_branch()
7395 newoptions = (options | set) & (~unset); in compile_branch()
7423 cd->external_options = newoptions; in compile_branch()
7427 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0); in compile_branch()
7429 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0; in compile_branch()
7435 *optionsptr = options = newoptions; in compile_branch()
7491 newoptions, /* The complete new option state */ in compile_branch()