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

/freebsd-10.1-release/contrib/binutils/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 \
/freebsd-10.1-release/contrib/gcclibs/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 \
/freebsd-10.1-release/contrib/libgnuregex/
H A Dregex.h59 # define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
73 # define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
197 | RE_CHAR_CLASSES \
212 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
217 (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS \
233 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h66 #define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1) macro
80 #define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)
196 (RE_BK_PLUS_QM | RE_CHAR_CLASSES \
201 (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS \
217 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
/freebsd-10.1-release/contrib/binutils/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 == '.')
/freebsd-10.1-release/contrib/gcclibs/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 == '.')
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c508 if (wc == L'[' && (syntax_bits & RE_CHAR_CLASSES))
1020 if (c == '[' && (syntax_bits & RE_CHAR_CLASSES))

Completed in 151 milliseconds