#include <regparse.h>
Data Fields | |
| NodeBase | base |
| int | state |
| int | back_num |
| int | back_static [NODE_BACKREFS_SIZE] |
| int * | back_dynamic |
| int | nest_level |
Definition at line 230 of file regparse.h.
Definition at line 233 of file regparse.h.
Referenced by compile_length_tree(), compile_tree(), get_max_match_length(), get_min_match_length(), renumber_node_backref(), and setup_tree().
| int BRefNode::back_static[NODE_BACKREFS_SIZE] |
Definition at line 234 of file regparse.h.
Referenced by compile_length_tree(), compile_tree(), and renumber_node_backref().
Definition at line 231 of file regparse.h.
| int BRefNode::state |
Definition at line 232 of file regparse.h.
Referenced by get_max_match_length(), and get_min_match_length().
1.4.7