__REPB_PREFIX     368 compat/regex/regex.h   unsigned char *__REPB_PREFIX(buffer);
__REPB_PREFIX     371 compat/regex/regex.h   unsigned long int __REPB_PREFIX(allocated);
__REPB_PREFIX     374 compat/regex/regex.h   unsigned long int __REPB_PREFIX(used);
__REPB_PREFIX     377 compat/regex/regex.h   reg_syntax_t __REPB_PREFIX(syntax);
__REPB_PREFIX     382 compat/regex/regex.h   char *__REPB_PREFIX(fastmap);
__REPB_PREFIX     388 compat/regex/regex.h   __RE_TRANSLATE_TYPE __REPB_PREFIX(translate);
__REPB_PREFIX     397 compat/regex/regex.h   unsigned __REPB_PREFIX(can_be_null) : 1;
__REPB_PREFIX     408 compat/regex/regex.h   unsigned __REPB_PREFIX(regs_allocated) : 2;
__REPB_PREFIX     412 compat/regex/regex.h   unsigned __REPB_PREFIX(fastmap_accurate) : 1;
__REPB_PREFIX     416 compat/regex/regex.h   unsigned __REPB_PREFIX(no_sub) : 1;
__REPB_PREFIX     420 compat/regex/regex.h   unsigned __REPB_PREFIX(not_bol) : 1;
__REPB_PREFIX     423 compat/regex/regex.h   unsigned __REPB_PREFIX(not_eol) : 1;
__REPB_PREFIX     426 compat/regex/regex.h   unsigned __REPB_PREFIX(newline_anchor) : 1;