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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c2076 /* Not multiline mode: start of subject assertion, unless notbol. */
2079 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
2088 /* Multiline mode: start of subject unless notbol, or after any newline. */
2091 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
6567 md->notbol = (options & PCRE_NOTBOL) != 0;

Completed in 44 milliseconds