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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h100 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
104 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
185 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
193 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
222 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Ddfa.c944 if (syntax_bits & RE_DOT_NOT_NULL)
2420 if (syntax_bits & RE_DOT_NOT_NULL)
2469 if (syntax_bits & RE_DOT_NOT_NULL)
H A Dregex.c2599 for null bytes, because of RE_DOT_NOT_NULL? */
6276 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h101 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1) macro
105 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
177 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
185 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
212 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregex.c2138 for null bytes, because of RE_DOT_NOT_NULL? */
4341 || (bufp->syntax & RE_DOT_NOT_NULL && TRANSLATE (*d) == '\000'))

Completed in 100 milliseconds