Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dregex.h95 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
99 # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
194 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
202 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
231 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/haiku/src/build/libgnuregex/
H A Dregex.h87 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
91 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
146 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
175 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregex.c3562 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3549 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3561 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3777 ((dfa->syntax & RE_DOT_NOT_NULL) && in check_node_accept_bytes()
4023 || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL))) in check_node_accept()