Searched refs:PCRE_STARTLINE (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/pcre/
H A Dpcre_fullinfo.c140 ((re->flags & PCRE_STARTLINE) != 0)? -1 : -2;
151 ((re->flags & PCRE_STARTLINE) != 0) ? 2 : 0;
H A Dpcre_internal.h1085 #define PCRE_STARTLINE 0x00000100 /* start after \n for multiline */ macro
H A Dpcre_study.c1507 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3378 startline = (re->flags & PCRE_STARTLINE) != 0;
H A Dpcre_compile.c9595 PCRE_STARTLINE flag. This is helpful for multiline matches when all branches
9639 else if (is_startline(codestart, 0, cd, 0)) re->flags |= PCRE_STARTLINE;
H A Dpcre_exec.c6546 startline = (re->flags & PCRE_STARTLINE) != 0;

Completed in 129 milliseconds