HomeSort by relevance Sort by last modified time
    Searched refs:NLBLOCK (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcre_internal.h 302 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
313 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
314 ((p) < NLBLOCK->PSEND && \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
316 &(NLBLOCK->nllen), utf)) \
318 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
319 UCHAR21TEST(p) == NLBLOCK->nl[0] && \
320 (NLBLOCK->nllen == 1 || UCHAR21TEST(p+1) == NLBLOCK->nl[1])
    [all...]
pcre_dfa_exec.c 79 #define NLBLOCK md /* Block containing newline information */
    [all...]
pcre_exec.c 48 #define NLBLOCK md /* Block containing newline information */
    [all...]
pcre_compile.c 49 #define NLBLOCK cd /* Block containing newline information */
    [all...]

Completed in 492 milliseconds