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

  /external/pcre/
pcre_internal.h 224 testing for newlines. NLBLOCK, PSSTART, and PSEND are defined in the various
235 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
236 ((p) < NLBLOCK->PSEND && \
237 _pcre_is_newline((p), NLBLOCK->nltype, NLBLOCK->PSEND, &(NLBLOCK->nllen),\
240 ((p) <= NLBLOCK->PSEND - NLBLOCK->nllen && \
241 (p)[0] == NLBLOCK->nl[0] && \
242 (NLBLOCK->nllen == 1 || (p)[1] == NLBLOCK->nl[1])
    [all...]
pcre_dfa_exec.c 80 #define NLBLOCK md /* Block containing newline information */
    [all...]
pcre_compile.c 49 #define NLBLOCK cd /* Block containing newline information */
    [all...]
pcre_exec.c 49 #define NLBLOCK md /* Block containing newline information */
    [all...]

Completed in 218 milliseconds