onig_compile      531 re.c           		 err = (onig_compile(rp, ptr, ptr + len, NULL) != 0);
onig_compile      754 re.c               r = onig_compile(rp, (UChar*)s, (UChar*)(s + len), &einfo);
onig_compile     5605 regcomp.c        r = onig_compile(*reg, pattern, pattern_end, einfo);
onig_compile      803 regint.h       extern int  onig_compile P_((regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo));