Searched refs:rb_cRegexp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c1909 VALUE rb_cRegexp; variable
2483 return rb_reg_s_alloc(rb_cRegexp);
3131 return rb_class_new_instance(1, args, rb_cRegexp);
3233 return rb_class_new_instance(1, &source, rb_cRegexp);
3541 rb_cRegexp = rb_define_class("Regexp", rb_cObject);
3542 rb_define_alloc_func(rb_cRegexp, rb_reg_s_alloc);
3543 rb_define_singleton_method(rb_cRegexp, "compile", rb_class_new_instance, -1);
3544 rb_define_singleton_method(rb_cRegexp, "quote", rb_reg_s_quote, 1);
3545 rb_define_singleton_method(rb_cRegexp, "escape", rb_reg_s_quote, 1);
3546 rb_define_singleton_method(rb_cRegexp, "unio
[all...]
H A Dmarshal.c772 w_uclass(obj, rb_cRegexp, arg);
/macosx-10.10.1/ruby-106/ruby/ext/json/generator/
H A Dgenerator.c1395 CRegexp_MULTILINE = rb_const_get(rb_cRegexp, rb_intern("MULTILINE"));
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1454 RUBY_EXTERN VALUE rb_cRegexp; variable

Completed in 201 milliseconds