Searched refs:ROPT_ANCH_MBOL (Results 1 - 3 of 3) 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)
56 #define ROPT_ANCH_MBOL 0x00002 macro
H A Dregcomp.c1921 ? ROPT_ANCH_MBOL
1941 type = ROPT_ANCH_MBOL;
4670 if (r->reganch & ROPT_ANCH_MBOL)
H A Dregexec.c1743 || (prog->reganch & ROPT_ANCH_MBOL)) /* XXXX SBOL? */

Completed in 53 milliseconds