Searched refs:CURLYN (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | regnodes.h | 811 #define CURLYN 65 /* 0x41 Capture next-after-this macro 2926 CLUMP, BRANCH, STAR, PLUS, CURLY, CURLYN, CURLYM, CURLYX, WHILEM, REF,
|
H A D | regcomp_debug.c | 623 if (op == CURLYM || op == CURLYN || op == CURLYX) in Perl_regprop()
|
H A D | regcomp_study.c | 2466 if (stopparen>0 && (OP(scan)==CURLYN || OP(scan)==CURLYM) in Perl_study_chunk() 2640 OP(oscan) = CURLYN; in Perl_study_chunk()
|
H A D | regcomp.sym | 221 CURLYN CURLY, no 3 V ; Capture next-after-this simple thing: /(A){m,n}B/ where A is wi…
|
H A D | regexec.c | 9368 case CURLYN: /* /(A){m,n}B/ where A is width 1 char */ in S_regmatch()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perldebtut.pod | 624 4: CURLYN[1] {0,32767}(14) 642 L<perlre>, L<perlretut>, and to decode the mysterious labels (BOL and CURLYN,
|
H A D | perldebguts.pod | 757 CURLYN no 3 Capture next-after-this simple thing:
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5005000 | 40 CURLYN # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | re_tests | 1788 # CURLYN
|