Home
last modified time | relevance | path

Searched refs:NPOSIXD (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501700311 NPOSIXD # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h509 #define NPOSIXD 35 /* 0x23 complement of POSIXD, macro
2011 .type = NPOSIXD,
2018 .type = NPOSIXD,
2025 .type = NPOSIXD,
2032 .type = NPOSIXD,
2951 POSIXL, POSIXU, POSIXA, NPOSIXD, NPOSIXL, NPOSIXU, NPOSIXA, REGEX_SET,
H A Dregcomp.sym124 NPOSIXD NPOSIXD, none 0 S ; complement of POSIXD, [[:^class:]]
125 NPOSIXL NPOSIXD, none 0 S ; complement of POSIXL, [[:^class:]]
126 NPOSIXU NPOSIXD, none 0 S ; complement of POSIXU, [[:^class:]]
127 NPOSIXA NPOSIXD, none 0 S ; complement of POSIXA, [[:^class:]]
H A Dregcomp_debug.c997 else if (k == POSIXD || k == NPOSIXD) { in S_put_range()
H A Dregcomp_study.c3089 case NPOSIXD: in Perl_study_chunk()
3097 /* NPOSIXD matches all upper Latin1 code points unless the in Perl_study_chunk()
3102 if (OP(scan) == NPOSIXD) { in Perl_study_chunk()
H A Dregexec.c7760 case NPOSIXD: /* \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.pod652 NPOSIXD none complement of POSIXD, [[:^class:]]