Home
last modified time | relevance | path

Searched refs:CTL_NL_SET (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c436 #define CTL_NL_SET 0x40000000u /* Informational */ macro
650 CTL_JITVERIFY|CTL_MEMORY|CTL_PUSH|CTL_PUSHCOPY|CTL_BSR_SET|CTL_NL_SET)
3458 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_NL_SET; in decode_modifiers()
3459 else dctl->control &= ~CTL_NL_SET; in decode_modifiers()
3464 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_NL_SET; in decode_modifiers()
3465 else dctl->control |= CTL_NL_SET; in decode_modifiers()
3654 ((controls & CTL_NL_SET) != 0)? " newline" : "", in show_controls()
4915 if ((pat_patctl.control & CTL_NL_SET) == 0 && local_newline_default != 0) in process_pattern()
5020 if ((pat_patctl.control & CTL_NL_SET) != 0) in process_pattern()