Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h147 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
151 # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
247 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
255 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
284 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
Dregexec.c3622 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3634 if (dfa->syntax & RE_DOT_NOT_NULL) in group_nodes_into_DFAstates()
3847 ((dfa->syntax & RE_DOT_NOT_NULL) && in check_node_accept_bytes()
4104 || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL))) in check_node_accept()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c70 syntax &= ~RE_DOT_NOT_NULL;