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

/barrelfish-master/lib/pcre/
H A Dpcre_internal.h302 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
[all...]
H A Dpcre_dfa_exec.c79 #define NLBLOCK md /* Block containing newline information */ macro
908 NLBLOCK->nltype == NLTYPE_FIXED &&
909 NLBLOCK->nllen == 2 &&
910 c == NLBLOCK->nl[0])
948 NLBLOCK->nltype == NLTYPE_FIXED &&
949 NLBLOCK->nllen == 2 &&
950 c == NLBLOCK->nl[0])
973 NLBLOCK->nltype == NLTYPE_FIXED &&
974 NLBLOCK->nllen == 2 &&
975 c == NLBLOCK
[all...]
H A Dpcre_exec.c48 #define NLBLOCK md /* Block containing newline information */ macro
2122 NLBLOCK->nltype == NLTYPE_FIXED &&
2123 NLBLOCK->nllen == 2 &&
2124 UCHAR21TEST(eptr) == NLBLOCK->nl[0])
2166 NLBLOCK->nltype == NLTYPE_FIXED &&
2167 NLBLOCK->nllen == 2 &&
2168 UCHAR21TEST(eptr) == NLBLOCK->nl[0])
2309 NLBLOCK->nltype == NLTYPE_FIXED &&
2310 NLBLOCK->nllen == 2 &&
2311 UCHAR21TEST(eptr) == NLBLOCK
[all...]
H A Dpcre_compile.c49 #define NLBLOCK cd /* Block containing newline information */ macro

Completed in 54 milliseconds