1#ifndef RBIMPL_INTERN_RE_H
2#define RBIMPL_INTERN_RE_H
29#define rb_memcmp memcmp
39#define HAVE_RB_REG_NEW_STR 1
Tewaking visibility of C variables/functions.
#define RBIMPL_SYMBOL_EXPORT_END()
Counterpart of RBIMPL_SYMBOL_EXPORT_BEGIN.
#define RBIMPL_SYMBOL_EXPORT_BEGIN()
Shortcut macro equivalent to RUBY_SYMBOL_EXPORT_BEGIN extern "C" {.
unsigned char match[65280+2]
int rb_reg_backref_number(VALUE match, VALUE backref)
VALUE rb_reg_nth_defined(int, VALUE)
VALUE rb_reg_last_match(VALUE)
VALUE rb_reg_match_post(VALUE)
void rb_match_busy(VALUE)
VALUE rb_reg_match_pre(VALUE)
int rb_reg_options(VALUE)
VALUE rb_reg_match(VALUE, VALUE)
VALUE rb_reg_new(const char *, long, int)
int rb_memcicmp(const void *, const void *, long)
VALUE rb_reg_nth_match(int, VALUE)
VALUE rb_reg_match2(VALUE)
VALUE rb_reg_init_str(VALUE re, VALUE s, int options)
VALUE rb_reg_new_str(VALUE, int)
VALUE rb_reg_match_last(VALUE)