Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50290046 POSIXL_CLEAR # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h1017 #define POSIXL_CLEAR(field, c) ((field) &= ~ (1U <<(c))) macro
1018 #define ANYOF_POSIXL_CLEAR(p, c) POSIXL_CLEAR(ANYOF_POSIXL_BITMAP(p), (c))
H A Dregexec.c10968 POSIXL_CLEAR(posixl_bits, bit_pos); in S_reginclass()