Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <onigmo.h>
Data Fields | |
int | allocated |
int | num_regs |
OnigPosition * | beg |
OnigPosition * | end |
int re_registers::allocated |
Definition at line 717 of file onigmo.h.
Referenced by onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), onig_region_set(), and rb_reg_region_copy().
OnigPosition* re_registers::beg |
Definition at line 719 of file onigmo.h.
Referenced by onig_name_to_backref_number(), onig_region_clear(), onig_region_copy(), onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), onig_region_set(), rb_reg_match_p(), rb_str_include_range_p(), rb_str_update(), rb_str_upto_each(), and rb_str_upto_endless_each().
OnigPosition* re_registers::end |
Definition at line 720 of file onigmo.h.
Referenced by onig_region_clear(), onig_region_copy(), onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), onig_region_set(), onig_scan(), rb_reg_match_p(), rb_reg_nth_match(), rb_str_include_range_p(), and rb_str_upto_each().
int re_registers::num_regs |
Definition at line 718 of file onigmo.h.
Referenced by onig_region_clear(), onig_region_copy(), onig_region_init(), onig_region_resize(), rb_match_count(), rb_match_nth_defined(), rb_reg_match_last(), rb_reg_nth_defined(), rb_reg_nth_match(), and rb_reg_regsub().