Searched refs:RE_DOT_NEWLINE (Results 1 – 5 of 5) sorted by relevance
118 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro122 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)224 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \258 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
35 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE
371 re_set_syntax ((RE_SYNTAX_POSIX_BASIC & ~RE_DOT_NEWLINE) in run_test_backwards()
3484 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3496 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3713 if ((!(dfa->syntax & RE_DOT_NEWLINE) in check_node_accept_bytes()3960 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) in check_node_accept()
481 syntax &= ~RE_DOT_NEWLINE; in regcomp()
Completed in 24 milliseconds