Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c437 #define CTL_BSR_SET 0x80000000u /* Informational */ macro
650 CTL_JITVERIFY|CTL_MEMORY|CTL_PUSH|CTL_PUSHCOPY|CTL_BSR_SET|CTL_NL_SET)
3380 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_BSR_SET; in decode_modifiers()
3381 else dctl->control &= ~CTL_BSR_SET; in decode_modifiers()
3390 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_BSR_SET; in decode_modifiers()
3391 else dctl->control |= CTL_BSR_SET; in decode_modifiers()
3638 ((controls & CTL_BSR_SET) != 0)? " bsr" : "", in show_controls()
3998 if ((pat_patctl.control & CTL_BSR_SET) != 0 || in show_pattern_info()