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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h480 #define IS_WIDE_NEWLINE(ch) ((ch) == WIDE_NEWLINE_CHAR) macro
H A Dregex_internal.c761 : ((IS_WIDE_NEWLINE (wc)
939 return (IS_WIDE_NEWLINE (wc) && input->newline_anchor

Completed in 47 milliseconds