OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_NOTEOL
(Results
1 - 25
of
26
) sorted by null
1
2
/bionic/libc/include/
regex.h
93
#define
REG_NOTEOL
00002
/bionic/tests/headers/posix/
regex_h.c
49
MACRO(
REG_NOTEOL
);
/external/llvm/lib/Support/
regex_impl.h
87
#define
REG_NOTEOL
00002
regexec.c
148
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
regengine.inc
529
if ( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
548
if (( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
718
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
801
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
/external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h
87
#define
REG_NOTEOL
00002
regexec.c
148
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
regengine.inc
529
if ( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
548
if (( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
718
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
801
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h
87
#define
REG_NOTEOL
00002
regexec.c
148
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
regengine.inc
529
if ( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
548
if (( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
718
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
801
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
/external/pcre/dist2/src/
pcre2posix.h
57
#define
REG_NOTEOL
0x0008 /* Maps to PCRE2_NOTEOL */
pcre2posix.c
302
if ((eflags &
REG_NOTEOL
) != 0) options |= PCRE2_NOTEOL;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h
41
#define
REG_NOTEOL
(1<<3)
regposix.c
178
if ((posix_options &
REG_NOTEOL
) != 0) options |= ONIG_OPTION_NOTEOL;
/toolchain/binutils/binutils-2.27/include/
xregex2.h
287
#define
REG_NOTEOL
(1 << 1)
/bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c
192
= #define
REG_NOTEOL
00002
215
# define GOODFLAGS(f) ((f)&(REG_NOTBOL|
REG_NOTEOL
|REG_STARTEND))
engine.c
617
if ( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
636
if (( (sp == m->endp && !(m->eflags&
REG_NOTEOL
)) ||
815
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
908
(c == OUT && !(m->eflags&
REG_NOTEOL
)) ) {
/external/toybox/toys/posix/
cut.c
144
if (regexec(&TT.reg, ss, 1, &match, REG_NOTBOL|
REG_NOTEOL
)) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h
312
#define
REG_NOTEOL
(1 << 1)
/prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c
221
T(" e
REG_NOTEOL
rhs does not match $\n");
384
#ifndef
REG_NOTEOL
462
#ifndef
REG_NOTEOL
463
#define
REG_NOTEOL
NOTEST
[
all
...]
/prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c
221
T(" e
REG_NOTEOL
rhs does not match $\n");
384
#ifndef
REG_NOTEOL
462
#ifndef
REG_NOTEOL
463
#define
REG_NOTEOL
NOTEST
[
all
...]
/prebuilts/go/darwin-x86/src/regexp/
exec_test.go
407
// e
REG_NOTEOL
rhs does not match $
/prebuilts/go/linux-x86/src/regexp/
exec_test.go
407
// e
REG_NOTEOL
rhs does not match $
/toolchain/binutils/binutils-2.27/libiberty/
regex.c
[
all
...]
Completed in 1354 milliseconds
1
2