Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
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 4312 of file regcomp.c.

Field Documentation

◆ anc

OptAncInfo OptExactInfo::anc

Definition at line 4314 of file regcomp.c.

◆ ignore_case

int OptExactInfo::ignore_case

Definition at line 4317 of file regcomp.c.

◆ len

int OptExactInfo::len

Definition at line 4318 of file regcomp.c.

◆ mmd

MinMaxLen OptExactInfo::mmd

Definition at line 4313 of file regcomp.c.

◆ reach_end

int OptExactInfo::reach_end

Definition at line 4316 of file regcomp.c.

◆ s

UChar OptExactInfo::s[OPT_EXACT_MAXLEN]

Definition at line 4319 of file regcomp.c.


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