Home
last modified time | relevance | path

Searched refs:IS_NEWLINE (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h420 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro
A Dregex_internal.c704 : ((IS_NEWLINE (c) && pstr->newline_anchor) in re_string_reconstruct()
868 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0; in re_string_context_at()

Completed in 8 milliseconds