OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RE_NO_BK_REFS
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
125
# define
RE_NO_BK_REFS
(RE_NO_BK_PARENS << 1)
129
# define RE_NO_BK_VBAR (
RE_NO_BK_REFS
<< 1)
199
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
259
removed and
RE_NO_BK_REFS
is added. */
263
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
125
# define
RE_NO_BK_REFS
(RE_NO_BK_PARENS << 1)
129
# define RE_NO_BK_VBAR (
RE_NO_BK_REFS
<< 1)
199
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
262
removed and
RE_NO_BK_REFS
is added. */
266
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
/toolchain/binutils/binutils-2.25/include/
xregex2.h
133
#define
RE_NO_BK_REFS
(RE_NO_BK_PARENS << 1)
137
#define RE_NO_BK_VBAR (
RE_NO_BK_REFS
<< 1)
185
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
239
removed and
RE_NO_BK_REFS
is added. */
243
| RE_NO_BK_PARENS |
RE_NO_BK_REFS
\
Completed in 42 milliseconds