Searched refs:CTL2_NL_SET (Results 1 – 1 of 1) sorted by relevance
495 #define CTL2_NL_SET 0x40000000u /* Informational */ macro733 #define PUSH_SUPPORTED_COMPILE_CONTROLS2 (CTL2_BSR_SET|CTL2_NL_SET)3842 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3843 else dctl->control2 &= ~CTL2_NL_SET; in decode_modifiers()3848 if (ctx == CTX_PAT || ctx == CTX_DEFPAT) pctl->control2 |= CTL2_NL_SET; in decode_modifiers()3849 else dctl->control2 |= CTL2_NL_SET; in decode_modifiers()4048 ((controls2 & CTL2_NL_SET) != 0)? " newline" : "", in show_controls()5588 if ((pat_patctl.control2 & CTL2_NL_SET) == 0 && local_newline_default != 0) in process_pattern()5723 if ((pat_patctl.control2 & CTL2_NL_SET) != 0) in process_pattern()