NEWLINE_CHAR      516 lib/regex_internal.h #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
NEWLINE_CHAR     3563 lib/regexec.c    if (bitset_contain (acceptable, NEWLINE_CHAR))
NEWLINE_CHAR     3567 lib/regexec.c  	if (bitset_contain (dests_ch[j], NEWLINE_CHAR))
NEWLINE_CHAR     3570 lib/regexec.c  	    trtable[NEWLINE_CHAR] = dest_states_nl[j];
NEWLINE_CHAR     3572 lib/regexec.c  	      trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
NEWLINE_CHAR     3660 lib/regexec.c  	      bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR);
NEWLINE_CHAR     3663 lib/regexec.c  		bitset_set (accepts, NEWLINE_CHAR);