Home
last modified time | relevance | path

Searched refs:compflags (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregexp.h196 PERL_BITFIELD32 compflags:9; member
606 # define RXp_COMPFLAGS(rx) ((rx)->compflags)
H A Ddump.c2597 SV_SET_STRINGIFY_REGEXP_FLAGS(d,r->compflags,regexp_extflags_names); in Perl_do_sv_dump()
2599 (UV)(r->compflags), SvPVX_const(d)); in Perl_do_sv_dump()
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs1634 compflags = 3
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod701 PERL_BITFIELD32 compflags:9;
H A Dperl5220delta.pod680 C<compflags> method that returns the pertinent flags originating from the
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm6345 $pmflags = $re->compflags;