Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c565 CTX_DEFPAT, /* Default pattern context */ enumerator
3510 if (ctx == CTX_DEFPAT) field = PTR(default_pat_context); in check_modifier()
3534 ctx != CTX_DEFPAT)) in check_modifier()
3738 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_BSR_SET; in decode_modifiers()
3748 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_BSR_SET; in decode_modifiers()
3842 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()
3848 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_NL_SET; in decode_modifiers()
4762 (void)decode_modifiers(argptr, CTX_DEFPAT, &def_patctl, NULL); in process_command()
8560 !decode_modifiers((uint8_t *)arg_pattern, CTX_DEFPAT, &def_patctl, NULL)) || in main()