Home | History | Annotate | Download | only in dist

Lines Matching full:multiline

192 static BOOL multiline = FALSE;
364 { OP_NODATA, 'M', NULL, "multiline", "run in multiline mode" },
1481 context printing or for multiline scanning. For large files, the pointer will
1595 of the subject string to pass to pcre_exec(). In multiline mode, it is the
1598 advance by the length of the next line. In multiline mode the PCRE_FIRSTLINE
1604 length = multiline? (size_t)(endptr - ptr) : linelength;
1904 /* In multiline mode, we want to print to the end of the line in which
1910 if (multiline & !invert)
1964 /* In multiline mode, we may have already printed the complete line
1990 /* For a match in multiline inverted mode (which of course did not cause
1994 if (multiline && invert && match)
2399 case 'M': multiline = TRUE; options |= PCRE_MULTILINE|PCRE_FIRSTLINE; break;