Searched refs:RE_DOT_NEWLINE (Results 1 – 5 of 5) sorted by relevance
143 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro147 # 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 \
3620 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()
499 syntax &= ~RE_DOT_NEWLINE;
34 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE
99 syntax &= ~RE_DOT_NEWLINE;