Home | History | Annotate | Download | only in src

Lines Matching defs:firstline

6454 BOOL firstline;
6620 firstline = (re->overall_options & PCRE2_FIRSTLINE) != 0;
6804 /* If firstline is TRUE, the start of the match is constrained to the first
6810 if (firstline)
7066 if (firstline && IS_NEWLINE(start_match)) break;