Home | History | Annotate | Download | only in dist

Lines Matching refs:newoptions

4557   int newoptions;
6679 newoptions = options;
7585 newoptions = (options | set) & (~unset);
7613 cd->external_options = newoptions;
7617 greedy_default = ((newoptions & PCRE_UNGREEDY) != 0);
7619 req_caseopt = ((newoptions & PCRE_CASELESS) != 0)? REQ_CASELESS:0;
7625 *optionsptr = options = newoptions;
7633 the newoptions value is handled below. */
7695 newoptions, /* The complete new option state */