OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_NEWLINE
(Results
1 - 15
of
15
) sorted by relevancy
/src/include/
regex.h
101
#define
REG_NEWLINE
0010
/src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h
60
#define
REG_NEWLINE
0010
/src/external/bsd/nvi/dist/regex/
regex.h
70
#define
REG_NEWLINE
0010
/src/external/bsd/tre/dist/include/tre/
tre.h
100
#define
REG_NEWLINE
(REG_ICASE << 1)
101
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl2/diffutils/dist/lib/posix/
regex.h
267
#define
REG_NEWLINE
(REG_ICASE << 1)
271
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h
274
#define
REG_NEWLINE
(REG_ICASE << 1)
278
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl2/grep/dist/lib/posix/
regex.h
271
#define
REG_NEWLINE
(REG_ICASE << 1)
275
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/binutils/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/binutils.old/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/gcc/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/gcc.old/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/gdb.old/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl3/gdb/dist/include/
xregex2.h
270
#define
REG_NEWLINE
(REG_ICASE << 1)
274
#define REG_NOSUB (
REG_NEWLINE
<< 1)
/src/external/gpl2/xcvs/dist/lib/
regex.h
329
#define
REG_NEWLINE
(1 << 2)
/src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c
1097
#define
REG_NEWLINE
1
3721
regcomp_flags |=
REG_NEWLINE
;
3853
if (opt_all && (pattern[0] != '^' || (regcomp_flags &
REG_NEWLINE
)) && *source_str) {
3941
regcomp_flags |=
REG_NEWLINE
;
4096
if ((regcomp_flags &
REG_NEWLINE
) == 0 && pattern[0] == '^') {
23100
if (preg->cflags &
REG_NEWLINE
) {
23210
if (preg->cflags &
REG_NEWLINE
) {
Completed in 151 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026