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/
D501700317 POSIXD # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
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,
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:]]
Dregcomp_debug.c997 else if (k == POSIXD || k == NPOSIXD) { in Perl_regprop()
Dregcomp_study.c3093 case POSIXD: in Perl_study_chunk()
Dregcomp.c2340 && REGNODE_TYPE(nop) == POSIXD && FLAGS(next) == CC_SPACE_ in Perl_re_op_compile()
11902 for (type = POSIXA; type >= POSIXD; type--) { in S_optimize_regclass()
11934 if (type != POSIXD) { in S_optimize_regclass()
Dregexec.c7764 case POSIXD: /* \w or [:punct:] etc. under /d */ in S_regmatch()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod644 POSIXD none Some [[:class:]] under /d; the FLAGS field
652 NPOSIXD none complement of POSIXD, [[:^class:]]