Searched refs:rb_reg_new_str (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dre.c2487 rb_reg_new_str(VALUE s, int options) function
2507 return rb_reg_new_str(rb_reg_preprocess_dregexp(ary, opt), opt);
2555 return reg_cache = rb_reg_new_str(save_str, 0);
3141 return rb_reg_new_str(quoted, 0);
H A Dmarshal.c1645 v = r_entry0(rb_reg_new_str(str, options), idx, arg);
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dintern.h644 VALUE rb_reg_new_str(VALUE, int);

Completed in 190 milliseconds