Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
OptExactInfo Struct Reference

Data Fields

MinMaxLen mmd
OptAncInfo anc
int reach_end
int ignore_case
int len
UChar s [OPT_EXACT_MAXLEN]

Detailed Description

Definition at line 4336 of file regcomp.c.

Field Documentation

◆ anc

OptAncInfo OptExactInfo::anc

Definition at line 4338 of file regcomp.c.

◆ ignore_case

int OptExactInfo::ignore_case

Definition at line 4341 of file regcomp.c.

◆ len

int OptExactInfo::len

Definition at line 4342 of file regcomp.c.

◆ mmd

MinMaxLen OptExactInfo::mmd

Definition at line 4337 of file regcomp.c.

◆ reach_end

int OptExactInfo::reach_end

Definition at line 4340 of file regcomp.c.

◆ s

UChar OptExactInfo::s[OPT_EXACT_MAXLEN]

Definition at line 4343 of file regcomp.c.


The documentation for this struct was generated from the following file: