Ruby
2.0.0p648(2015-12-16revision53162)
|
#include <oniguruma.h>
Data Fields | |
int | allocated |
int | num_regs |
OnigPosition * | beg |
OnigPosition * | end |
OnigCaptureTreeNode * | history_root |
Definition at line 614 of file oniguruma.h.
int re_registers::allocated |
Definition at line 615 of file oniguruma.h.
Referenced by onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), and onig_region_set().
OnigPosition* re_registers::beg |
Definition at line 617 of file oniguruma.h.
Referenced by match_array(), match_at(), match_equal(), match_hash(), onig_name_to_backref_number(), onig_region_clear(), onig_region_copy(), onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), and onig_region_set().
OnigPosition* re_registers::end |
Definition at line 618 of file oniguruma.h.
Referenced by compile_string_node(), expand_case_fold_make_rem_string(), expand_case_fold_string(), expand_case_fold_string_alt(), get_char_length_tree1(), match_array(), match_at(), match_equal(), match_hash(), onig_region_clear(), onig_region_copy(), onig_region_free(), onig_region_init(), onig_region_memsize(), onig_region_resize(), onig_region_set(), rb_reg_nth_match(), set_bm_skip(), and update_string_node_case_fold().
OnigCaptureTreeNode* re_registers::history_root |
Definition at line 620 of file oniguruma.h.
Referenced by match_at(), onig_region_copy(), and onig_region_init().
int re_registers::num_regs |
Definition at line 616 of file oniguruma.h.
Referenced by match_array(), match_begin(), match_end(), match_equal(), match_hash(), match_init_copy(), match_inspect(), match_offset(), match_values_at(), onig_region_clear(), onig_region_copy(), onig_region_init(), onig_region_resize(), rb_reg_match_last(), rb_reg_nth_defined(), rb_reg_nth_match(), rb_reg_regsub(), rb_str_split_m(), rb_str_subpat_set(), scan_once(), and update_char_offset().