Lines Matching refs:multiline
213 static BOOL multiline = FALSE;
384 { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
1779 context printing or for multiline
1889 of the subject string to pass to pcre2_match(). In multiline mode, it is the
1892 advance by the length of the next line. In multiline mode the PCRE2_FIRSTLINE
1898 length = multiline? (size_t)(endptr - ptr) : linelength;
2084 in multiline mode), we are done with this line. */
2191 /* In multiline mode, we want to print to the end of the line in which
2197 if (multiline & !invert)
2250 /* In multiline mode, we may have already printed the complete line
2276 /* For a match in multiline inverted mode (which of course did not cause
2280 if (multiline && invert && match)
2685 case 'M': multiline = TRUE; options |= PCRE2_MULTILINE|PCRE2_FIRSTLINE; break;