Searched refs:ROPT_ANCH_BOL (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)
55 #define ROPT_ANCH_BOL 0x00001 macro
H A Dregcomp.c1924 : ROPT_ANCH_BOL));
4668 if (r->reganch & ROPT_ANCH_BOL)
H A Dregexec.c461 || ( (prog->reganch & ROPT_ANCH_BOL)

Completed in 32 milliseconds