Searched refs:startline (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c3195 BOOL utf, anchored, startline, firstline; local
3378 startline = (re->flags & PCRE_STARTLINE) != 0;
3404 if (!startline && study != NULL &&
3489 else if (startline)
H A Dpcre_exec.c6366 BOOL startline; local
6546 startline = (re->flags & PCRE_STARTLINE) != 0;
6714 if (!startline && study != NULL &&
6796 else if (startline)

Completed in 101 milliseconds