Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:REG_NOTBOL
(Results
1 - 25
of
25
) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
regex.h
32
#define
REG_NOTBOL
1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
regex.h
32
#define
REG_NOTBOL
1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
regex.h
32
#define
REG_NOTBOL
1
macro
/third_party/musl/include/
H
A
D
regex.h
32
#define
REG_NOTBOL
1
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
regex_impl.h
86
#define
REG_NOTBOL
00001
macro
H
A
D
regexec.c
148
# define GOODFLAGS(f) ((f)&(
REG_NOTBOL
|REG_NOTEOL|REG_STARTEND))
in llvm_regexec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
regex_impl.h
86
#define
REG_NOTBOL
00001
macro
H
A
D
regexec.c
148
# define GOODFLAGS(f) ((f)&(
REG_NOTBOL
|REG_NOTEOL|REG_STARTEND))
in llvm_regexec()
/third_party/musl/libc-test/src/api/
H
A
D
regex.c
22
C(
REG_NOTBOL
)
in f()
/third_party/pcre2/pcre2/src/
H
A
D
pcre2posix.h
58
#define
REG_NOTBOL
0x0004 /* Maps to PCRE2_NOTBOL */
macro
H
A
D
pcre2posix_test.c
48
REG_NOTBOL
, /* Test 3 */
H
A
D
pcre2posix.c
361
if ((eflags &
REG_NOTBOL
) != 0) options |= PCRE2_NOTBOL;
in pcre2_regexec()
H
A
D
pcre2test.c
7210
if ((dat_datctl.options & PCRE2_NOTBOL) != 0) eflags |=
REG_NOTBOL
;
in process_data()
/third_party/toybox/toys/posix/
H
A
D
cut.c
144
if (regexec(&TT.reg, ss, 1, &match,
REG_NOTBOL
|REG_NOTEOL)) {
in cut_line()
H
A
D
grep.c
209
&shoe->m, start==line ? 0 :
REG_NOTBOL
);
in do_grep()
H
A
D
sed.c
485
mflags =
REG_NOTBOL
;
in sed_line()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H
A
D
regexec.c
182
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_parallel()
604
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H
A
D
regexec.c
182
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_parallel()
604
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
H
A
D
regexec.c
182
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_parallel()
604
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_backtrack()
/third_party/musl/src/regex/
H
A
D
regexec.c
182
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_parallel()
604
int reg_notbol = eflags &
REG_NOTBOL
;
in tre_tnfa_run_backtrack()
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
526
pub const
REG_NOTBOL
: ::c_int = 0o00001;
consts
/third_party/toybox/toys/pending/
H
A
D
awk.c
2767
eflag |=
REG_NOTBOL
;
in splitter()
3484
eflags |=
REG_NOTBOL
;
in gsub()
3526
eflags |=
REG_NOTBOL
;
in gsub()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1463
pub const
REG_NOTBOL
: ::c_int = 0o00001;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1652
pub const
REG_NOTBOL
: ::c_int = 1;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
3437
pub const
REG_NOTBOL
: ::c_int = 1;
consts
Completed in 61 milliseconds