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

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_dfa_exec.c428 BOOL utf = (md->poptions & PCRE_UTF8) != 0;
942 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) &&
969 ((md->poptions & PCRE_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr)))
1023 if ((md->poptions & PCRE_UCP) != 0)
1040 if ((md->poptions & PCRE_UCP) != 0)
3282 md->poptions = re->options;

Completed in 37 milliseconds