Searched refs:PCRE_REQCHSET (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_fullinfo.c177 ((re->flags & PCRE_REQCHSET) != 0)? (int)re->req_char : -1;
182 ((re->flags & PCRE_REQCHSET) != 0) ? re->req_char : 0;
187 ((re->flags & PCRE_REQCHSET) != 0);
H A Dpcre_internal.h1083 #define PCRE_REQCHSET 0x00000040 /* req_byte is set */ macro
H A Dpcre_dfa_exec.c3413 if ((re->flags & PCRE_REQCHSET) != 0)
H A Dpcre_compile.c9677 re->flags |= PCRE_REQCHSET;
9698 if ((re->flags & PCRE_REQCHSET) != 0)
H A Dpcre_exec.c6722 if ((re->flags & PCRE_REQCHSET) != 0)

Completed in 147 milliseconds