#include <regint.h>
Data Fields | |
| unsigned int | type |
| union { | |
| struct { | |
| UChar * pcode | |
| UChar * pstr | |
| UChar * pstr_prev | |
| } state | |
| struct { | |
| int count | |
| UChar * pcode | |
| int num | |
| } repeat | |
| struct { | |
| OnigStackIndex si | |
| } repeat_inc | |
| struct { | |
| int num | |
| UChar * pstr | |
| OnigStackIndex start | |
| OnigStackIndex end | |
| } mem | |
| struct { | |
| int num | |
| UChar * pstr | |
| } null_check | |
| struct { | |
| UChar * ret_addr | |
| int num | |
| UChar * pstr | |
| } call_frame | |
| } | u |
Definition at line 721 of file regint.h.
| struct { ... } _OnigStackType::call_frame |
| struct { ... } _OnigStackType::mem |
Referenced by backref_match_at_nested_level(), and match_at().
| struct { ... } _OnigStackType::null_check |
| UChar* _OnigStackType::pcode |
| UChar* _OnigStackType::pstr |
| UChar* _OnigStackType::pstr_prev |
| struct { ... } _OnigStackType::repeat |
Referenced by match_at().
| struct { ... } _OnigStackType::repeat_inc |
| UChar* _OnigStackType::ret_addr |
| struct { ... } _OnigStackType::state |
Referenced by match_at().
| unsigned int _OnigStackType::type |
Definition at line 722 of file regint.h.
Referenced by backref_match_at_nested_level(), and match_at().
| union { ... } _OnigStackType::u |
Referenced by backref_match_at_nested_level(), and match_at().