Searched refs:optset (Results 1 – 1 of 1) sorted by relevance
6558 int *optset; in compile_branch() local7367 optset = &set; in compile_branch()7373 case CHAR_MINUS: optset = &unset; break; in compile_branch()7376 *optset |= PCRE_DUPNAMES; in compile_branch()7380 case CHAR_i: *optset |= PCRE_CASELESS; break; in compile_branch()7381 case CHAR_m: *optset |= PCRE_MULTILINE; break; in compile_branch()7382 case CHAR_s: *optset |= PCRE_DOTALL; break; in compile_branch()7383 case CHAR_x: *optset |= PCRE_EXTENDED; break; in compile_branch()7384 case CHAR_U: *optset |= PCRE_UNGREEDY; break; in compile_branch()7385 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()