Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <regint.h>
Data Fields | |
void * | stack_p |
size_t | stack_n |
OnigOptionType | options |
OnigRegion * | region |
const UChar * | start |
const UChar * | gpos |
OnigPosition | best_len |
UChar * | best_s |
OnigPosition OnigMatchArg::best_len |
Definition at line 866 of file regint.h.
Referenced by onig_search_gpos().
UChar* OnigMatchArg::best_s |
Definition at line 867 of file regint.h.
Referenced by onig_search_gpos().
OnigOptionType OnigMatchArg::options |
OnigRegion* OnigMatchArg::region |