Home
last modified time | relevance | path

Searched refs:ANYOF_POSIXL_TEST (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50190059 ANYOF_POSIXL_TEST # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_study.c352 if (ANYOF_POSIXL_TEST(ssc, i) && ANYOF_POSIXL_TEST(ssc, i+1)) { in S_ssc_is_anything()
713 || ! ANYOF_POSIXL_TEST((regnode_charclass_posixl*) and_with, i) in S_ssc_and()
714 || ! ANYOF_POSIXL_TEST((regnode_charclass_posixl*) and_with, i + 1)); in S_ssc_and()
716 if (ANYOF_POSIXL_TEST((regnode_charclass_posixl*) and_with, i)) { in S_ssc_and()
825 if (ANYOF_POSIXL_TEST(ssc, i) && ANYOF_POSIXL_TEST(ssc, i + 1)) in S_ssc_or()
3049 ANYOF_POSIXL_TEST(data->start_class, in Perl_study_chunk()
3069 if (ANYOF_POSIXL_TEST(data->start_class, complement)) { in Perl_study_chunk()
H A Dregcomp.h1021 #define ANYOF_POSIXL_TEST(p, c) POSIXL_TEST(ANYOF_POSIXL_BITMAP(p), (c)) macro
H A Dregcomp_debug.c1512 if (ANYOF_POSIXL_TEST(node, i)) { in S_put_charclass_bitmap_innards()