Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <onigmo.h>
Data Fields | |
int | allocated |
int | num_regs |
OnigPosition * | beg |
OnigPosition * | end |
OnigCaptureTreeNode * | history_root |
int re_registers::allocated |
Definition at line 715 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 717 of file onigmo.h.
Referenced by match_aref(), match_array(), match_ary_aref(), match_at(), match_equal(), match_hash(), match_set_string(), 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(), strscan_aref(), strscan_get_byte(), strscan_getch(), strscan_matched(), strscan_matched_size(), and strscan_pre_match().
OnigPosition* re_registers::end |
Definition at line 718 of file onigmo.h.
Referenced by clear_optimize_info(), compile_string_node(), concat_opt_exact_info(), concat_opt_exact_info_str(), expand_case_fold_string(), get_char_length_tree1(), match_array(), match_ary_subseq(), match_at(), match_equal(), match_hash(), match_set_string(), onig_compile_ruby(), onig_is_code_in_cc(), 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(), setup_tree(), strscan_aref(), strscan_do_scan(), strscan_get_byte(), strscan_getch(), strscan_matched(), strscan_matched_size(), strscan_post_match(), and update_string_node_case_fold().
OnigCaptureTreeNode* re_registers::history_root |
Definition at line 720 of file onigmo.h.
Referenced by is_mbc_newline_ex(), match_at(), onig_region_copy(), and onig_region_init().
int re_registers::num_regs |
Definition at line 716 of file onigmo.h.
Referenced by match_aref(), match_array(), match_ary_aref(), match_begin(), match_end(), match_equal(), match_hash(), match_init_copy(), match_inspect(), match_offset(), 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(), rb_reg_regsub(), rb_str_split_m(), rb_str_subpat_set(), scan_once(), strscan_aref(), and update_char_offset().