Searched refs:rb_cMatch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c840 VALUE rb_cMatch; variable
1416 match = match_alloc(rb_cMatch);
3582 rb_cMatch = rb_define_class("MatchData", rb_cObject);
3583 rb_define_alloc_func(rb_cMatch, match_alloc);
3584 rb_undef_method(CLASS_OF(rb_cMatch), "new");
3586 rb_define_method(rb_cMatch, "initialize_copy", match_init_copy, 1);
3587 rb_define_method(rb_cMatch, "regexp", match_regexp, 0);
3588 rb_define_method(rb_cMatch, "names", match_names, 0);
3589 rb_define_method(rb_cMatch, "size", match_size, 0);
3590 rb_define_method(rb_cMatch, "lengt
[all...]
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Druby.h1443 RUBY_EXTERN VALUE rb_cMatch; variable

Completed in 200 milliseconds