Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c508 enum { CTX_PAT, /* Active pattern context */ enumerator
3164 else if (ctx == CTX_PAT) field = PTR(pat_context); in check_modifier()
3380 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_BSR_SET; in decode_modifiers()
3390 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_BSR_SET; in decode_modifiers()
3458 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control &= ~CTL_NL_SET; in decode_modifiers()
3464 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control |= CTL_NL_SET; in decode_modifiers()
4507 if (!decode_modifiers(p, CTX_PAT, &pat_patctl, NULL)) return PR_SKIP; in process_pattern()