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

/external/pcre/dist/
H A Dpcretest.c5506 unsigned int obits = REAL_PCRE_OPTIONS(re); local
5508 if ((obits & PCRE_NEWLINE_BITS) == 0)
5514 obits = (d == 13)? PCRE_NEWLINE_CR :
5520 if (((obits & PCRE_NEWLINE_BITS) == PCRE_NEWLINE_ANY ||
5521 (obits & PCRE_NEWLINE_BITS) == PCRE_NEWLINE_CRLF ||
5522 (obits & PCRE_NEWLINE_BITS) == PCRE_NEWLINE_ANYCRLF)

Completed in 69 milliseconds