15VALUE rb_reg_compile(
VALUE str,
int options,
const char *sourcefile,
int sourceline);
23void rb_match_unbusy(
VALUE);
24int rb_match_count(
VALUE match);
28#define ARG_REG_OPTION_MASK \
29 (ONIG_OPTION_IGNORECASE|ONIG_OPTION_MULTILINE|ONIG_OPTION_EXTEND)
30#define ARG_ENCODING_FIXED 16
31#define ARG_ENCODING_NONE 32
int len
Length of the buffer.
C99 shim for <stdbool.h>.
uintptr_t VALUE
Type that represents a Ruby object.