Searched refs:ROPT_ANCH_GPOS (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h53 #define ROPT_ANCH (ROPT_ANCH_BOL|ROPT_ANCH_MBOL|ROPT_ANCH_GPOS|ROPT_ANCH_SBOL)
54 #define ROPT_ANCH_SINGLE (ROPT_ANCH_SBOL|ROPT_ANCH_GPOS)
58 #define ROPT_ANCH_GPOS 0x00008 macro
H A Dregexec.c465 if ( !(prog->reganch & (ROPT_ANCH_GPOS /* Checked by the caller */
1691 if (prog->reganch & ROPT_ANCH_GPOS) {
1739 if (prog->reganch & (ROPT_ANCH & ~ROPT_ANCH_GPOS)) {
1780 } else if (prog->reganch & ROPT_ANCH_GPOS) {
H A Dregcomp.c1929 r->reganch |= ROPT_ANCH_GPOS;
1988 && (!(RExC_seen & REG_SEEN_GPOS) || (r->reganch & ROPT_ANCH_GPOS)))
2092 if ((r->check_substr || r->check_utf8) && !(r->reganch & ROPT_ANCH_GPOS)) {
4674 if (r->reganch & ROPT_ANCH_GPOS)
H A Dpp_hot.c1285 else if (rx->reganch & ROPT_ANCH_GPOS) {

Completed in 49 milliseconds