onig_new 783 include/ruby/oniguruma.h int onig_new P_((OnigRegex*, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigOptionType option, OnigEncoding enc, const OnigSyntaxType* syntax, OnigErrorInfo* einfo)); onig_new 609 re.c err = onig_new(&rp, ptr, ptr + len, ONIG_OPTION_DEFAULT, onig_new 1448 re.c r = onig_new(®, (UChar* )RSTRING_PTR(unescaped), onig_new 5902 regcomp.c r = onig_new(&new_reg, pattern, pattern_end, option, enc, syntax, einfo);