PCRE_FIRSTLINE   2648 pcre/pcre_dfa_exec.cpp firstline = (re->options & PCRE_FIRSTLINE) != 0;
PCRE_FIRSTLINE   4597 pcre/pcre_exec.cpp firstline = (re->options & PCRE_FIRSTLINE) != 0;
PCRE_FIRSTLINE    501 pcre/pcre_internal.h    PCRE_NO_AUTO_CAPTURE|PCRE_NO_UTF8_CHECK|PCRE_AUTO_CALLOUT|PCRE_FIRSTLINE| \
PCRE_FIRSTLINE   1402 pcre/pcregrep.cpp   case 'M': multiline = TRUE; options |= PCRE_MULTILINE|PCRE_FIRSTLINE; break;
PCRE_FIRSTLINE   1148 pcre/pcretest.cpp       case 'f': options |= PCRE_FIRSTLINE; break;
PCRE_FIRSTLINE   1456 pcre/pcretest.cpp           ((get_options & PCRE_FIRSTLINE) != 0)? " firstline" : "",