| 944 |
size_t size, regex_gotten_store; |
size_t size, regex_gotten_store; |
| 945 |
int do_study = 0; |
int do_study = 0; |
| 946 |
int do_debug = debug; |
int do_debug = debug; |
| 947 |
|
int debug_lengths = 1; |
| 948 |
int do_G = 0; |
int do_G = 0; |
| 949 |
int do_g = 0; |
int do_g = 0; |
| 950 |
int do_showinfo = showinfo; |
int do_showinfo = showinfo; |
| 1135 |
case 'S': do_study = 1; break; |
case 'S': do_study = 1; break; |
| 1136 |
case 'U': options |= PCRE_UNGREEDY; break; |
case 'U': options |= PCRE_UNGREEDY; break; |
| 1137 |
case 'X': options |= PCRE_EXTRA; break; |
case 'X': options |= PCRE_EXTRA; break; |
| 1138 |
|
case 'Z': debug_lengths = 0; |
| 1139 |
case '8': options |= PCRE_UTF8; use_utf8 = 1; break; |
case '8': options |= PCRE_UTF8; use_utf8 = 1; break; |
| 1140 |
case '?': options |= PCRE_NO_UTF8_CHECK; break; |
case '?': options |= PCRE_NO_UTF8_CHECK; break; |
| 1141 |
|
|
| 1337 |
if (do_debug) |
if (do_debug) |
| 1338 |
{ |
{ |
| 1339 |
fprintf(outfile, "------------------------------------------------------------------\n"); |
fprintf(outfile, "------------------------------------------------------------------\n"); |
| 1340 |
pcre_printint(re, outfile); |
pcre_printint(re, outfile, debug_lengths); |
| 1341 |
} |
} |
| 1342 |
|
|
| 1343 |
if (do_showinfo) |
if (do_showinfo) |