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 D | 5019005 | 9 ANYOF_POSIXL_TEST # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp_study.c | 352 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 D | regcomp.h | 1021 #define ANYOF_POSIXL_TEST(p, c) POSIXL_TEST(ANYOF_POSIXL_BITMAP(p), (c)) macro
|
H A D | regcomp_debug.c | 1512 if (ANYOF_POSIXL_TEST(node, i)) { in S_put_charclass_bitmap_innards()
|