Home
last modified time | relevance | path

Searched refs:POSIXD (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501700317 POSIXD # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h469 #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 Dregcomp.sym120 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 Dregcomp_debug.c997 else if (k == POSIXD || k == NPOSIXD) { in S_put_range()
H A Dregcomp_study.c3093 case POSIXD: in Perl_study_chunk()
H A Dregcomp.c2340 && 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 Dregexec.c7764 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 Dperldebguts.pod644 POSIXD none Some [[:class:]] under /d; the FLAGS field
652 NPOSIXD none complement of POSIXD, [[:^class:]]