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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c139 ((re->flags & PCRE_FIRSTSET) != 0)? (int)re->first_char :
145 (re->flags & PCRE_FIRSTSET) != 0 ? re->first_char : 0;
150 ((re->flags & PCRE_FIRSTSET) != 0) ? 1 :
H A Dpcre_internal.h1081 #define PCRE_FIRSTSET 0x00000010 /* first_char is set */ macro
H A Dpcre_study.c1507 (re->flags & (PCRE_FIRSTSET|PCRE_STARTLINE)) == 0)
H A Dpcre_dfa_exec.c3389 if ((re->flags & PCRE_FIRSTSET) != 0)
H A Dpcre_compile.c9636 re->flags |= PCRE_FIRSTSET;
9689 if ((re->flags & PCRE_FIRSTSET) != 0)
H A Dpcre_exec.c6700 if ((re->flags & PCRE_FIRSTSET) != 0)

Completed in 131 milliseconds