Searched refs:CTL2_NL_SET (Results 1 – 1 of 1) sorted by relevance
518 #define CTL2_NL_SET 0x40000000u /* Informational */ macro776 #define PUSH_SUPPORTED_COMPILE_CONTROLS2 (CTL2_BSR_SET|CTL2_NL_SET)3923 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3924 else dctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3929 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_NL_SET; in decode_modifiers()3930 else dctl->control2 |= CTL2_NL_SET; in decode_modifiers()4130 ((controls2 & CTL2_NL_SET) != 0)? " newline" : "", in show_controls()5778 if ((pat_patctl.control2 & CTL2_NL_SET) == 0 && local_newline_default != 0) in process_pattern()5919 if ((pat_patctl.control2 & CTL2_NL_SET) != 0) in process_pattern()