Searched refs:CTX_DEFPAT (Results 1 – 1 of 1) sorted by relevance
510 CTX_DEFPAT, /* Default pattern context */ enumerator3163 if (ctx == CTX_DEFPAT) field = PTR(default_pat_context); in check_modifier()3186 else if (pctl != NULL && (m->which == MOD_PD || ctx != CTX_DEFPAT)) 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()4275 (void)decode_modifiers(argptr, CTX_DEFPAT, &def_patctl, NULL); in process_command()7504 !decode_modifiers((uint8_t *)arg_pattern, CTX_DEFPAT, &def_patctl, NULL)) ||