Ruby 3.5.0dev (2025-01-10 revision 5fab31b15e32622c4b71d1d347a41937e9f9c212)
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 4394 of file regcomp.c.

Field Documentation

◆ anc

OptAncInfo OptExactInfo::anc

Definition at line 4396 of file regcomp.c.

◆ ignore_case

int OptExactInfo::ignore_case

Definition at line 4399 of file regcomp.c.

◆ len

int OptExactInfo::len

Definition at line 4400 of file regcomp.c.

◆ mmd

MinMaxLen OptExactInfo::mmd

Definition at line 4395 of file regcomp.c.

◆ reach_end

int OptExactInfo::reach_end

Definition at line 4398 of file regcomp.c.

◆ s

UChar OptExactInfo::s[OPT_EXACT_MAXLEN]

Definition at line 4401 of file regcomp.c.


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