Home
last modified time | relevance | path

Searched defs:regnode_ssc (Results 1 – 8 of 8) sorted by relevance

/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.h242 struct regnode_ssc { struct
243 U8 flags; /* ANYOF_MATCHES_POSIXL bit must go here */
244 U8 type;
245 U16 next_off;
246 U32 arg1;
247 char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
248 U32 classflags; /* ... and run-time */
252 SV* invlist;
H A Dperl.h3722 typedef struct regnode_ssc regnode_ssc; typedef
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h223 struct regnode_ssc { struct
224 U8 flags; /* ANYOF_MATCHES_POSIXL bit must go here */
225 U8 type;
226 U16 next_off;
227 U32 arg1;
228 char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
229 U32 classflags; /* ... and run-time */
233 SV* invlist;
H A Dperl.h4120 typedef struct regnode_ssc regnode_ssc; typedef
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h223 struct regnode_ssc { struct
224 U8 flags; /* ANYOF_MATCHES_POSIXL bit must go here */
225 U8 type;
226 U16 next_off;
227 U32 arg1;
228 char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
229 U32 classflags; /* ... and run-time */
233 SV* invlist;
H A Dperl.h4127 typedef struct regnode_ssc regnode_ssc; typedef
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h222 struct regnode_ssc { struct
223 U8 flags; /* ANYOF_MATCHES_POSIXL bit must go here */
224 U8 type;
225 U16 next_off;
226 U32 arg1;
227 char bitmap[ANYOF_BITMAP_SIZE]; /* both compile-time ... */
228 U32 classflags; /* ... and run-time */
232 SV* invlist;
H A Dperl.h3955 typedef struct regnode_ssc regnode_ssc; typedef