Searched refs:RE_DOT_NOT_NULL (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h103 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
107 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
184 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
192 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
220 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h103 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
107 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
184 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
192 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
220 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h100 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
104 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
181 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
189 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
217 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h93 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
97 # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
193 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
203 & ~(RE_DOT_NOT_NULL | RE_CONTEXT_INDEP_OPS \
233 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregexec.c3602 if (dfa->syntax & RE_DOT_NOT_NULL)
3611 if (dfa->syntax & RE_DOT_NOT_NULL)
3824 ((dfa->syntax & RE_DOT_NOT_NULL) &&
4084 || (ch == '\0' && (mctx->dfa->syntax & RE_DOT_NOT_NULL)))
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c971 if (syntax_bits & RE_DOT_NOT_NULL)
2440 if (syntax_bits & RE_DOT_NOT_NULL)
2489 if (syntax_bits & RE_DOT_NOT_NULL)
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c2594 for null bytes, because of RE_DOT_NOT_NULL? */
6171 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c2594 for null bytes, because of RE_DOT_NOT_NULL? */
6171 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))

Completed in 233 milliseconds