OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RE_DOT_NOT_NULL
(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
95
# define
RE_DOT_NOT_NULL
(RE_DOT_NEWLINE << 1)
99
# define RE_HAT_LISTS_NOT_NEWLINE (
RE_DOT_NOT_NULL
<< 1)
198
(RE_BACKSLASH_ESCAPE_IN_LISTS |
RE_DOT_NOT_NULL
\
206
& ~(
RE_DOT_NOT_NULL
| RE_INTERVALS | RE_CONTEXT_INDEP_OPS \
235
(RE_CHAR_CLASSES | RE_DOT_NEWLINE |
RE_DOT_NOT_NULL
\
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
95
# define
RE_DOT_NOT_NULL
(RE_DOT_NEWLINE << 1)
99
# define RE_HAT_LISTS_NOT_NEWLINE (
RE_DOT_NOT_NULL
<< 1)
198
(RE_BACKSLASH_ESCAPE_IN_LISTS |
RE_DOT_NOT_NULL
\
208
& ~(
RE_DOT_NOT_NULL
| RE_CONTEXT_INDEP_OPS \
238
(RE_CHAR_CLASSES | RE_DOT_NEWLINE |
RE_DOT_NOT_NULL
\
/toolchain/binutils/binutils-2.25/include/
xregex2.h
103
#define
RE_DOT_NOT_NULL
(RE_DOT_NEWLINE << 1)
107
#define RE_HAT_LISTS_NOT_NEWLINE (
RE_DOT_NOT_NULL
<< 1)
184
(RE_BACKSLASH_ESCAPE_IN_LISTS |
RE_DOT_NOT_NULL
\
192
& ~(
RE_DOT_NOT_NULL
| RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
220
(RE_CHAR_CLASSES | RE_DOT_NEWLINE |
RE_DOT_NOT_NULL
\
Completed in 39 milliseconds