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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex_internal.h481 #define IS_WIDE_NEWLINE(ch) ((ch) == WIDE_NEWLINE_CHAR) macro
H A Dregex_internal.c773 : ((IS_WIDE_NEWLINE (wc)
951 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor

Completed in 54 milliseconds