Ruby
2.1.10p492(2016-04-01revision54464)
|
#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 832 of file regint.h.
Referenced by match_at(), and onig_search_gpos().
UChar* OnigMatchArg::best_s |
Definition at line 833 of file regint.h.
Referenced by match_at(), and onig_search_gpos().
Definition at line 830 of file regint.h.
Referenced by match_at(), and onig_search_gpos().
OnigOptionType OnigMatchArg::options |
Definition at line 827 of file regint.h.
Referenced by match_at().
OnigRegion* OnigMatchArg::region |
Definition at line 828 of file regint.h.
Referenced by match_at().
void* OnigMatchArg::stack_p |
Definition at line 825 of file regint.h.
Referenced by stack_double().