Searched refs:CTL2_NL_SET (Results 1 – 1 of 1) sorted by relevance
520 #define CTL2_NL_SET 0x40000000u /* Informational */ macro779 #define PUSH_SUPPORTED_COMPILE_CONTROLS2 (CTL2_BSR_SET|CTL2_NL_SET)3926 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3927 else dctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3932 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_NL_SET; in decode_modifiers()3933 else dctl->control2 |= CTL2_NL_SET; in decode_modifiers()4133 ((controls2 & CTL2_NL_SET) != 0)? " newline" : "", in show_controls()5781 if ((pat_patctl.control2 & CTL2_NL_SET) == 0 && local_newline_default != 0) in process_pattern()5922 if ((pat_patctl.control2 & CTL2_NL_SET) != 0) in process_pattern()