Searched refs:RE_DOT_NEWLINE (Results 1 – 4 of 4) sorted by relevance
86 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro90 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)192 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \226 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
3477 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3486 if (!(dfa->syntax & RE_DOT_NEWLINE)) in group_nodes_into_DFAstates()3699 if ((!(dfa->syntax & RE_DOT_NEWLINE) && in check_node_accept_bytes()3951 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE)) in check_node_accept()
2603 && !(syntax & RE_DOT_NEWLINE)) in PREFIX()4736 if (!(bufp->syntax & RE_DOT_NEWLINE)) in PREFIX()6220 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n') in wcs_re_match_2_internal()8023 syntax &= ~RE_DOT_NEWLINE; in regcomp()
457 syntax &= ~RE_DOT_NEWLINE; in regcomp()
Completed in 37 milliseconds