Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/ext/re/
H A Dre.pm78 GPOS => 0x0800000,
87 $flags{Extra} = $flags{EXECUTE} | $flags{COMPILE} | $flags{GPOS};
637 =item GPOS
854 =item anchor GPOS
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400051 GPOS # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h221 #define GPOS 7 /* 0x07 Matches where last m//g macro
1815 .type = GPOS,
H A Dregcomp.sym65 GPOS GPOS, no ; Matches where last m//g left off.
H A Dregcomp_study.c3417 else if (OP(scan) == GPOS) { in Perl_study_chunk()
H A Dregcomp.c2005 else if (OP(first) == GPOS) { in Perl_re_op_compile()
5687 ret = reg_node(pRExC_state, GPOS); in S_regatom()
H A Dregexec.c3723 "GPOS ganch set to strbeg[%" IVdf "]\n", (IV)(reginfo->ganch - strbeg))); in Perl_regexec_flags()
6595 case GPOS: /* \G */ in S_regmatch()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod518 =item C<GPOS>
538 being C<SBOL>, C<MBOL>, or C<GPOS>. See the table below.
582 GPOS no Matches where last m//g left off.