Searched refs:RE_DOT_NEWLINE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h99 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
103 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
187 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
220 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h91 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
95 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
191 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
223 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregex.c5422 if ((!(bufp->syntax & RE_DOT_NEWLINE)
6448 syntax &= ~RE_DOT_NEWLINE;
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h93 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
97 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
181 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
214 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregex.h141 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
145 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
249 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
283 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregexec.c3614 if (!(dfa->syntax & RE_DOT_NEWLINE))
3626 if (!(dfa->syntax & RE_DOT_NEWLINE))
3839 if ((!(dfa->syntax & RE_DOT_NEWLINE) &&
4097 if ((ch == '\n' && !(mctx->dfa->syntax & RE_DOT_NEWLINE))
H A Dregcomp.c479 syntax &= ~RE_DOT_NEWLINE;
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h151 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1) macro
155 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
234 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
266 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c2285 && !(syntax & RE_DOT_NEWLINE))
3776 if (!(bufp->syntax & RE_DOT_NEWLINE))
4786 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
6159 syntax &= ~RE_DOT_NEWLINE;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2598 && !(syntax & RE_DOT_NEWLINE))
4705 if (!(bufp->syntax & RE_DOT_NEWLINE))
6170 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
7965 syntax &= ~RE_DOT_NEWLINE;
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c2674 && !(syntax & RE_DOT_NEWLINE))
4801 if (!(bufp->syntax & RE_DOT_NEWLINE))
6389 if ((!(bufp->syntax & RE_DOT_NEWLINE) && TRANSLATE (*d) == '\n')
8186 syntax &= ~RE_DOT_NEWLINE;
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c6020 re_set_syntax (RE_SYNTAX_EMACS | RE_DOT_NEWLINE);

Completed in 343 milliseconds