Home
last modified time | relevance | path

Searched defs:regnode_lstring (Results 1 – 3 of 3) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h130 struct regnode_lstring { /* Constructed this way to keep the string aligned. */ struct
131 U8 flags;
132 U8 type;
133 U16 next_off;
134 U32 str_len; /* Only 18 bits allowed before would overflow 'next_off' */
135 char string[1];
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h130 struct regnode_lstring { /* Constructed this way to keep the string aligned. */ struct
131 U8 flags;
132 U8 type;
133 U16 next_off;
134 U32 str_len; /* Only 18 bits allowed before would overflow 'next_off' */
135 char string[1];
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h129 struct regnode_lstring { /* Constructed this way to keep the string aligned. */ struct
130 U8 flags;
131 U8 type;
132 U16 next_off;
133 U32 str_len; /* Only 18 bits allowed before would overflow 'next_off' */
134 char string[1];