NEWLINE_CHAR      497 maint/gnulib/lib/regex_internal.h #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
NEWLINE_CHAR     3394 maint/gnulib/lib/regexec.c   if (bitset_contain (acceptable, NEWLINE_CHAR))
NEWLINE_CHAR     3398 maint/gnulib/lib/regexec.c 	if (bitset_contain (dests_ch[j], NEWLINE_CHAR))
NEWLINE_CHAR     3401 maint/gnulib/lib/regexec.c 	    trtable[NEWLINE_CHAR] = dest_states_nl[j];
NEWLINE_CHAR     3403 maint/gnulib/lib/regexec.c 	      trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
NEWLINE_CHAR     3480 maint/gnulib/lib/regexec.c 	      bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR);
NEWLINE_CHAR     3483 maint/gnulib/lib/regexec.c 		bitset_set (accepts, NEWLINE_CHAR);