| 156 |
static int callout_extra; |
static int callout_extra; |
| 157 |
static int callout_fail_count; |
static int callout_fail_count; |
| 158 |
static int callout_fail_id; |
static int callout_fail_id; |
| 159 |
|
static int debug_lengths; |
| 160 |
static int first_callout; |
static int first_callout; |
| 161 |
static int locale_set = 0; |
static int locale_set = 0; |
| 162 |
static int show_malloc; |
static int show_malloc; |
| 955 |
size_t size, regex_gotten_store; |
size_t size, regex_gotten_store; |
| 956 |
int do_study = 0; |
int do_study = 0; |
| 957 |
int do_debug = debug; |
int do_debug = debug; |
|
int debug_lengths = 1; |
|
| 958 |
int do_G = 0; |
int do_G = 0; |
| 959 |
int do_g = 0; |
int do_g = 0; |
| 960 |
int do_showinfo = showinfo; |
int do_showinfo = showinfo; |
| 963 |
int erroroffset, len, delimiter, poffset; |
int erroroffset, len, delimiter, poffset; |
| 964 |
|
|
| 965 |
use_utf8 = 0; |
use_utf8 = 0; |
| 966 |
|
debug_lengths = 1; |
| 967 |
|
|
| 968 |
if (infile == stdin) printf(" re> "); |
if (infile == stdin) printf(" re> "); |
| 969 |
if (extend_inputline(infile, buffer) == NULL) break; |
if (extend_inputline(infile, buffer) == NULL) break; |