Searched refs:PCRE_FIRSTLINE (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dpcre.h157 #define PCRE_FIRSTLINE 0x00040000 /* C3 */ macro
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_internal.h1118 PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
H A Dpcre_dfa_exec.c3379 firstline = (re->options & PCRE_FIRSTLINE) != 0;
H A Dpcre_exec.c6547 firstline = (re->options & PCRE_FIRSTLINE) != 0;
7000 /* If PCRE_FIRSTLINE is set, the match must happen before or at the first
7044 (3) PCRE_FIRSTLINE is set and we have failed to match at a newline, because

Completed in 61 milliseconds