| 935 |
int names_found; /* Number of entries so far */ |
int names_found; /* Number of entries so far */ |
| 936 |
int name_entry_size; /* Size of each entry */ |
int name_entry_size; /* Size of each entry */ |
| 937 |
int bracount; /* Count of capturing parens as we compile */ |
int bracount; /* Count of capturing parens as we compile */ |
| 938 |
int final_bracount; /* Saved value after first pass */ |
int final_bracount; /* Saved value after first pass */ |
| 939 |
int top_backref; /* Maximum back reference */ |
int top_backref; /* Maximum back reference */ |
| 940 |
unsigned int backref_map; /* Bitmap of low back refs */ |
unsigned int backref_map; /* Bitmap of low back refs */ |
| 941 |
int external_options; /* External (initial) options */ |
int external_options; /* External (initial) options */ |