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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c2113 unless noteol is set. */
2134 if (md->noteol) RRETURN(MATCH_NOMATCH);
2141 subject unless noteol is set. */
2144 if (md->noteol) RRETURN(MATCH_NOMATCH);
6568 md->noteol = (options & PCRE_NOTEOL) != 0;

Completed in 46 milliseconds