NEWLINE_CHAR      517 compat/regex/regex_internal.h #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
NEWLINE_CHAR     3515 compat/regex/regexec.c   if (bitset_contain (acceptable, NEWLINE_CHAR))
NEWLINE_CHAR     3519 compat/regex/regexec.c 	if (bitset_contain (dests_ch[j], NEWLINE_CHAR))
NEWLINE_CHAR     3522 compat/regex/regexec.c 	    trtable[NEWLINE_CHAR] = dest_states_nl[j];
NEWLINE_CHAR     3524 compat/regex/regexec.c 	      trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
NEWLINE_CHAR     3609 compat/regex/regexec.c 	      bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR);
NEWLINE_CHAR     3612 compat/regex/regexec.c 		bitset_set (accepts, NEWLINE_CHAR);