Searched refs:NEWLINE_CHAR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h110 #define NEWLINE_CHAR '\n' macro
479 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
H A Dregexec.c3530 if (bitset_contain (acceptable, NEWLINE_CHAR))
3534 if (bitset_contain (dests_ch[j], NEWLINE_CHAR))
3537 trtable[NEWLINE_CHAR] = dest_states_nl[j];
3539 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
3624 bool accepts_newline = bitset_contain (accepts, NEWLINE_CHAR);
3627 bitset_set (accepts, NEWLINE_CHAR);

Completed in 66 milliseconds