15VALUE rb_reg_compile(VALUE str,
int options,
const char *sourcefile,
int sourceline);
16VALUE rb_reg_check_preprocess(VALUE);
17long rb_reg_search0(VALUE, VALUE,
long,
int,
int);
18VALUE rb_reg_match_p(VALUE re, VALUE str,
long pos);
19bool rb_reg_start_with_p(VALUE re, VALUE str);
20VALUE rb_reg_hash(VALUE re);
21VALUE rb_reg_equal(VALUE re1, VALUE re2);
22void rb_backref_set_string(VALUE
string,
long pos,
long len);
23void rb_match_unbusy(VALUE);
24int rb_match_count(VALUE match);
25int rb_match_nth_defined(
int nth, VALUE match);
26MJIT_SYMBOL_EXPORT_BEGIN
27VALUE rb_reg_new_ary(VALUE ary,
int options);