|
Ruby
1.9.3p551(2014-11-13revision48407)
|
Data Fields | |
| MinMaxLen | mmd |
| OptAncInfo | anc |
| int | value |
| UChar | map [ONIG_CHAR_TABLE_SIZE] |
| OptAncInfo OptMapInfo::anc |
Definition at line 3998 of file regcomp.c.
Referenced by alt_merge_opt_map_info(), and set_optimize_info_from_tree().
| UChar OptMapInfo::map[ONIG_CHAR_TABLE_SIZE] |
Definition at line 4001 of file regcomp.c.
Referenced by add_char_opt_map_info(), alt_merge_opt_map_info(), and set_optimize_map_info().
| MinMaxLen OptMapInfo::mmd |
Definition at line 3997 of file regcomp.c.
Referenced by alt_merge_opt_map_info(), comp_opt_exact_or_map_info(), select_opt_map_info(), set_bound_node_opt_info(), and set_optimize_map_info().
| int OptMapInfo::value |
Definition at line 4000 of file regcomp.c.
Referenced by add_char_opt_map_info(), alt_merge_opt_map_info(), comp_opt_exact_or_map_info(), optimize_node_left(), select_opt_map_info(), and set_optimize_info_from_tree().
1.8.14