re_registers Struct Reference
#include <GnuRegex.h>
Collaboration diagram for re_registers:

Public Attributes | |
unsigned | num_regs |
regoff_t * | start |
regoff_t * | end |
Detailed Description
Definition at line 364 of file GnuRegex.h.
Member Data Documentation
◆ end
regoff_t* re_registers::end |
Definition at line 367 of file GnuRegex.h.
Referenced by alt_match_null_string_p(), common_op_match_null_string_p(), group_match_null_string_p(), re_match_2(), and regexec().
◆ num_regs
unsigned re_registers::num_regs |
Definition at line 365 of file GnuRegex.h.
Referenced by re_match_2(), and regexec().
◆ start
regoff_t* re_registers::start |
Definition at line 366 of file GnuRegex.h.
Referenced by re_match_2(), and regexec().
The documentation for this struct was generated from the following file:
- compat/GnuRegex.h