NEWLINE_CHAR 494 lib/regex_internal.h #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) NEWLINE_CHAR 3395 lib/regexec.c if (bitset_contain (acceptable, NEWLINE_CHAR)) NEWLINE_CHAR 3399 lib/regexec.c if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) NEWLINE_CHAR 3402 lib/regexec.c trtable[NEWLINE_CHAR] = dest_states_nl[j]; NEWLINE_CHAR 3404 lib/regexec.c trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j]; NEWLINE_CHAR 3481 lib/regexec.c bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR); NEWLINE_CHAR 3484 lib/regexec.c bitset_set (accepts, NEWLINE_CHAR);