Home
last modified time | relevance | path

Searched refs:POSIXL_CLEAR (Results 1 – 8 of 8) sorted by relevance

/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/base/
H A D50290046 POSIXL_CLEAR # Z added by devel/scanprov
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/base/
H A D50290046 POSIXL_CLEAR # Z added by devel/scanprov
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/base/
H A D50290046 POSIXL_CLEAR # Z added by devel/scanprov
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.h656 #define POSIXL_CLEAR(field, c) ((field) &= ~ (1U <<(c))) macro
657 #define ANYOF_POSIXL_CLEAR(p, c) POSIXL_CLEAR(((regnode_charclass_posixl*) (p))->classflags, (c))
/dports/lang/perl5.32/perl-5.32.1/
H A Dregcomp.h685 #define POSIXL_CLEAR(field, c) ((field) &= ~ (1U <<(c))) macro
686 #define ANYOF_POSIXL_CLEAR(p, c) POSIXL_CLEAR(((regnode_charclass_posixl*) (p))->classflags, (c))
/dports/lang/perl5.34/perl-5.34.0/
H A Dregcomp.h686 #define POSIXL_CLEAR(field, c) ((field) &= ~ (1U <<(c))) macro
687 #define ANYOF_POSIXL_CLEAR(p, c) POSIXL_CLEAR(((regnode_charclass_posixl*) (p))->classflags, (c))
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dregcomp.h688 #define POSIXL_CLEAR(field, c) ((field) &= ~ (1U <<(c))) macro
689 #define ANYOF_POSIXL_CLEAR(p, c) POSIXL_CLEAR(ANYOF_POSIXL_BITMAP(p), (c))
H A Dregexec.c10630 POSIXL_CLEAR(posixl_bits, bit_pos); in S_reginclass()