Lines Matching full:notbol
2069 /* Not multiline mode: start of subject assertion, unless notbol. */
2072 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
2081 /* Multiline mode: start of subject unless notbol, or after any newline. */
2084 if (md->notbol && eptr == md->start_subject) RRETURN(MATCH_NOMATCH);
6555 md->notbol = (options & PCRE_NOTBOL) != 0;