HomeSort by relevance Sort by last modified time
    Searched defs:nltype (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/
pcre_jit_compile.c 380 int nltype; member in struct:compiler_common
    [all...]
pcre_internal.h 313 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
327 ((NLBLOCK->nltype != NLTYPE_FIXED)? \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
2449 int nltype; \/* Newline type *\/ member in struct:compile_data
2503 int nltype; \/* Newline type *\/ member in struct:match_data
2560 int nltype; \/* Newline type *\/ member in struct:dfa_match_data
    [all...]

Completed in 105 milliseconds