Home | History | Annotate | Download | only in dist

Lines Matching refs:notbol

2076     /* 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;