Searched refs:endonly (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dinternal.h702 BOOL endonly; /* Dollar not before final \n */ member in struct:match_data
H A Dpcre.c5605 ((re->options & PCRE_DOLLAR_ENDONLY) != 0)? "endonly " : "",
6764 newline unless endonly is set, else end of subject unless noteol is set. */
6779 if (!md->endonly)
8899 match_block.endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0;
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_exec.c1598 newline unless endonly is set, else end of subject unless noteol is set. */
1613 if (!md->endonly)
1622 /* ... else fall through for endonly */
5281 md->endonly = (re->options & PCRE_DOLLAR_ENDONLY) != 0;

Completed in 80 milliseconds