Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dregex.h86 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
90 # 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 \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregexec.c3477 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()
A Dregex_old.c2603 && !(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()
A Dregcomp.c457 syntax &= ~RE_DOT_NEWLINE; in regcomp()

Completed in 27 milliseconds