| 391 |
|
|
| 392 |
#if !defined NOPOSIX /* There are still compilers that require no indent */ |
#if !defined NOPOSIX /* There are still compilers that require no indent */ |
| 393 |
regex_t preg; |
regex_t preg; |
| 394 |
|
int do_posix = 0; |
| 395 |
#endif |
#endif |
| 396 |
|
|
| 397 |
const char *error; |
const char *error; |
| 403 |
int do_g = 0; |
int do_g = 0; |
| 404 |
int do_showinfo = showinfo; |
int do_showinfo = showinfo; |
| 405 |
int do_showrest = 0; |
int do_showrest = 0; |
|
int do_posix = 0; |
|
| 406 |
int erroroffset, len, delimiter; |
int erroroffset, len, delimiter; |
| 407 |
|
|
| 408 |
if (infile == stdin) printf(" re> "); |
if (infile == stdin) printf(" re> "); |