Home
last modified time | relevance | path

Searched refs:REG_DOT_NEWLINE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h143 #define REG_DOT_NEWLINE (1ul << 6) macro
246 | REG_DOT_NEWLINE | REG_CONTEXT_INDEP_ANCHORS \
281 (REG_CHAR_CLASSES | REG_DOT_NEWLINE | REG_DOT_NOT_NULL \
720 # define RE_DOT_NEWLINE REG_DOT_NEWLINE
H A Dregexec.c3554 if (!(dfa->syntax & REG_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3566 if (!(dfa->syntax & REG_DOT_NEWLINE)) in group_nodes_into_DFAstates()
3779 if ((!(dfa->syntax & REG_DOT_NEWLINE) && in check_node_accept_bytes()
4036 if ((ch == '\n' && !(mctx->dfa->syntax & REG_DOT_NEWLINE)) in check_node_accept()
H A Dregcomp.c459 syntax &= ~REG_DOT_NEWLINE; in regcomp()