OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RE_NEWLINE_ALT
(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
112
# define
RE_NEWLINE_ALT
(RE_LIMITED_OPS << 1)
117
# define RE_NO_BK_BRACES (
RE_NEWLINE_ALT
<< 1)
216
|
RE_NEWLINE_ALT
)
221
|
RE_NEWLINE_ALT
| RE_NO_BK_PARENS \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
112
# define
RE_NEWLINE_ALT
(RE_LIMITED_OPS << 1)
117
# define RE_NO_BK_BRACES (
RE_NEWLINE_ALT
<< 1)
219
|
RE_NEWLINE_ALT
)
224
|
RE_NEWLINE_ALT
| RE_NO_BK_PARENS \
/toolchain/binutils/binutils-2.25/include/
xregex2.h
120
#define
RE_NEWLINE_ALT
(RE_LIMITED_OPS << 1)
125
#define RE_NO_BK_BRACES (
RE_NEWLINE_ALT
<< 1)
201
|
RE_NEWLINE_ALT
)
206
|
RE_NEWLINE_ALT
| RE_NO_BK_PARENS \
Completed in 500 milliseconds