rb_reg_regcomp     54 include/ruby/re.h VALUE rb_reg_regcomp(VALUE);
rb_reg_regcomp   1068 re.c           	regexp = rb_reg_regcomp(rb_reg_quote(str));
rb_reg_regcomp   4460 string.c           return rb_reg_regcomp(pat);
rb_reg_regcomp   7036 string.c       		spat = rb_reg_regcomp(spat);