NEWLINE_CHAR 506 maint/gnulib/lib/regex_internal.h #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) NEWLINE_CHAR 3422 maint/gnulib/lib/regexec.c if (bitset_contain (acceptable, NEWLINE_CHAR)) NEWLINE_CHAR 3426 maint/gnulib/lib/regexec.c if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) NEWLINE_CHAR 3429 maint/gnulib/lib/regexec.c trtable[NEWLINE_CHAR] = dest_states_nl[j]; NEWLINE_CHAR 3431 maint/gnulib/lib/regexec.c trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; NEWLINE_CHAR 3512 maint/gnulib/lib/regexec.c bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); NEWLINE_CHAR 3515 maint/gnulib/lib/regexec.c bitset_set (accepts, NEWLINE_CHAR);