Searched refs:POSIXD (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| H A D | 5017003 | 17 POSIXD # Z added by devel/scanprov
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regnodes.h | 469 #define POSIXD 31 /* 0x1f Some [[:class:]] under macro 1983 .type = POSIXD, 1990 .type = POSIXD, 1997 .type = POSIXD, 2004 .type = POSIXD, 2950 ANYOFHr, ANYOFHs, ANYOFR, ANYOFRb, ANYOFHbbm, ANYOFM, NANYOFM, POSIXD,
|
| H A D | regcomp.sym | 120 POSIXD POSIXD, none 0 S ; Some [[:class:]] under /d; the FLAGS field gives which one 121 POSIXL POSIXD, none 0 S ; Some [[:class:]] under /l; the FLAGS field gives which one 122 POSIXU POSIXD, none 0 S ; Some [[:class:]] under /u; the FLAGS field gives which one 123 POSIXA POSIXD, none 0 S ; Some [[:class:]] under /a; the FLAGS field gives which one 124 NPOSIXD NPOSIXD, none 0 S ; complement of POSIXD, [[:^class:]]
|
| H A D | regcomp_debug.c | 997 else if (k == POSIXD || k == NPOSIXD) { in S_put_range()
|
| H A D | regcomp_study.c | 3093 case POSIXD: in Perl_study_chunk()
|
| H A D | regcomp.c | 2340 && REGNODE_TYPE(nop) == POSIXD && FLAGS(next) == CC_SPACE_ in Perl_reg_qr_package() 11897 /* See if this matches any of the POSIX classes. The POSIXA and POSIXD in S_optimize_regclass() 11902 for (type = POSIXA; type >= POSIXD; type--) { in S_optimize_regclass() 11934 if (type != POSIXD) { in S_optimize_regclass() 11969 else { /* POSIXD, inverted. If this doesn't have this in S_optimize_regclass()
|
| H A D | regexec.c | 7764 case POSIXD: /* \w or [:punct:] etc. under /d */ in S_regmatch() 7787 /* We get here through POSIXD, NPOSIXD, and NPOSIXA when not in in S_regmatch()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldebguts.pod | 644 POSIXD none Some [[:class:]] under /d; the FLAGS field 652 NPOSIXD none complement of POSIXD, [[:^class:]]
|