Searched refs:RE_CHAR_CLASSES (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dxregex2.h69 #define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
83 #define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
199 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
204 (RE_CHAR_CLASSES | 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.h61 #define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
75 #define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
185 (RE_CHAR_CLASSES | RE_INTERVALS | RE_SHY_GROUPS | RE_FRUGAL)
203 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
208 (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS \
223 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
H A Dregex.c2901 syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
/macosx-10.10.1/gnudiff-19/diffutils/lib/posix/
H A Dregex.h63 #define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
77 #define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
193 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
198 (RE_CHAR_CLASSES | 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.h111 # define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
125 # define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
262 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
267 (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS \
283 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/macosx-10.10.1/lsof-53/lsof/
H A Dregex.h121 #define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
135 #define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
246 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
251 (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS \
266 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c2799 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
2872 else if (syntax & RE_CHAR_CLASSES && c == '[' && (*p == '='
3204 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
3325 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '=')
3459 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '.')
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c2875 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
2948 else if (syntax & RE_CHAR_CLASSES && c == '[' && (*p == '='
3280 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
3396 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '=')
3530 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '.')
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c2421 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == ':')
2542 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '=')
2676 else if (syntax & RE_CHAR_CLASSES && c == '[' && *p == '.')

Completed in 315 milliseconds