Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h522 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR) macro
Dregex_internal.c794 : ((IS_NEWLINE (c) && pstr->newline_anchor) in re_string_reconstruct()
962 return IS_NEWLINE (c) && input->newline_anchor ? CONTEXT_NEWLINE : 0; in re_string_context_at()