Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
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 4381 of file regcomp.c.

Field Documentation

◆ anc

OptAncInfo OptExactInfo::anc

Definition at line 4383 of file regcomp.c.

◆ ignore_case

int OptExactInfo::ignore_case

Definition at line 4386 of file regcomp.c.

◆ len

int OptExactInfo::len

Definition at line 4387 of file regcomp.c.

◆ mmd

MinMaxLen OptExactInfo::mmd

Definition at line 4382 of file regcomp.c.

◆ reach_end

int OptExactInfo::reach_end

Definition at line 4385 of file regcomp.c.

◆ s

UChar OptExactInfo::s[OPT_EXACT_MAXLEN]

Definition at line 4388 of file regcomp.c.


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