Searched defs:NLBLOCK (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist/
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 105 milliseconds