Searched refs:ANYOFD (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5023003 | 2 ANYOFD # Z added by devel/scanprov
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regnodes.h | 339 #define ANYOFD 19 /* 0x13 Like ANYOF, but /d is macro 2949 REG_ANY, SANY, ANYOF, ANYOFD, ANYOFL, ANYOFPOSIXL, ANYOFH, ANYOFHb,
|
| H A D | regcomp_study.c | 516 && OP(node) == ANYOFD in S_get_ANYOF_cp_list_for_ssc() 619 if (OP(and_with) == ANYOFD) { in S_ssc_and() 785 if (OP(or_with) != ANYOFD) { in S_ssc_or() 2971 case ANYOFD: in Perl_study_chunk()
|
| H A D | regcomp_debug.c | 1481 if (OP(node) == ANYOFD) { in S_put_charclass_bitmap_innards()
|
| H A D | regcomp.sym | 87 ANYOFD ANYOF, sv charclass S ; Like ANYOF, but /d is in effect
|
| H A D | regexec.c | 7549 case ANYOFD: /* /[abc]/d */ in S_regmatch() 10940 && OP(n) == ANYOFD in S_reginclass() 11007 * effect for ANYOFD nodes unless the target string is UTF-8 and in S_reginclass() 11011 && ( UNLIKELY(OP(n) != ANYOFD) in S_reginclass() 11109 && OP(n) != ANYOFD
|
| H A D | regcomp.c | 11209 op = ANYOFD; in S_optimize_regclass()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebguts.pod | 607 ANYOFD sv Like ANYOF, but /d is in effect
|