Home
last modified time | relevance | path

Searched refs:RE_DOT_NEWLINE (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h143 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
147 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
250 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
284 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
Dregexec.c3620 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3632 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3845 if ((!(dfa->syntax & RE_DOT_NEWLINE) && in check_node_accept_bytes()
4103 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) in check_node_accept()
Dregcomp.c499 syntax &= ~RE_DOT_NEWLINE;
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex28.c34 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c99 syntax &= ~RE_DOT_NEWLINE;