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:ISSET
(Results
1 - 14
of
14
) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
65
#define
ISSET
(opt) (sp->fts_options & (opt))
macro
68
#define FCHDIR(sp, fd) (!
ISSET
(FTS_NOCHDIR) && fchdir(fd))
144
if (
ISSET
(FTS_LOGICAL))
in fts_open()
170
p->fts_info = fts_stat(sp, p,
ISSET
(FTS_COMFOLLOW), -1);
in fts_open()
213
if (!
ISSET
(FTS_NOCHDIR) &&
in fts_open()
278
if (!
ISSET
(FTS_NOCHDIR)) {
in fts_close()
313
if (sp->fts_cur == NULL ||
ISSET
(FTS_STOP))
in fts_read()
338
if (p->fts_info == FTS_D && !
ISSET
(FTS_NOCHDIR)) {
in fts_read()
353
(
ISSET
(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
in fts_read()
365
if (sp->fts_child != NULL &&
ISSET
(FTS_NAMEONL
in fts_read()
[all...]
/third_party/mksh/
H
A
D
var.c
107
if ((vq = global(vp->name))->flag &
ISSET
)
in popblock()
146
tp->flag = DEFINED|
ISSET
;
in initvar()
285
vp->flag |=
ISSET
|INTEGER;
in isglobal()
293
vp->flag &= ~(
ISSET
|INTEGER);
in isglobal()
306
vp->flag &= ~(
ISSET
|INTEGER);
in isglobal()
391
if (!(vp->flag&
ISSET
))
in str_val()
503
vq->flag |=
ISSET
;
in setstr()
514
vtemp->flag = (
ISSET
|INTEGER);
in setint()
522
vq->flag |=
ISSET
;
in setint()
536
/* XXX is it possible for
ISSET
t
in getint()
[all...]
H
A
D
exec.c
455
vp_pipest->flag = DEFINED |
ISSET
| INTEGER | RDONLY |
in execute()
610
(ext_cmd->flag &
ISSET
)))
in comexec()
701
if (!(tp->flag &
ISSET
)) {
in comexec()
715
!(ftp->flag &
ISSET
)) {
in comexec()
819
if (!(tp->flag&
ISSET
)) {
in comexec()
1072
if (tp->flag &
ISSET
)
in define()
1088
tp->flag &= ~(
ISSET
|ALLOC|FKSH);
in define()
1099
tp->flag |= (
ISSET
|ALLOC);
in define()
1194
if (tp && !(tp->flag &
ISSET
)) {
in findcom()
1207
if (tp && (tp->flag &
ISSET
)
in findcom()
[all...]
H
A
D
funcs.c
673
if (tp && !(tp->flag &
ISSET
))
in do_whence()
701
if (!(tp->flag &
ISSET
)) {
in do_whence()
712
if (tp->flag &
ISSET
) {
in do_whence()
870
if ((ap->flag & (
ISSET
|xflag)) == (
ISSET
|xflag)) {
in c_alias()
900
if (ap != NULL && (ap->flag&
ISSET
)) {
in c_alias()
920
ap->flag &= ~(ALLOC|
ISSET
);
in c_alias()
929
ap->flag |= ALLOC|
ISSET
;
in c_alias()
931
ap->flag &= ~
ISSET
;
in c_alias()
985
ap->flag &= ~(ALLOC|
ISSET
);
in c_unalias()
[all...]
H
A
D
eval.c
366
v.flag = DEFINED|
ISSET
|INTEGER;
in expand()
1305
if (vp->flag &
ISSET
)
in varsub()
1351
if (vp->flag & (
ISSET
|ARRAY))
in varsub()
1355
if (vp->flag &
ISSET
)
in varsub()
1463
if (vp->flag &
ISSET
)
in varsub()
1998
if (!(ap->flag &
ISSET
)) {
in homedir()
2005
ap->flag |= DEFINED|
ISSET
|ALLOC;
in homedir()
H
A
D
expr.c
670
vp->flag =
ISSET
|INTEGER;
in tempvar()
686
(vp->flag & (
ISSET
|INTEGER|EXPRLVALUE)) == (
ISSET
|INTEGER))
in intvar()
H
A
D
jobs.c
1267
vp->flag = DEFINED |
ISSET
| INTEGER | RDONLY | ARRAY | INT_U;
1284
vp->flag = DEFINED |
ISSET
| INTEGER | RDONLY |
H
A
D
lex.c
1053
(p->flag &
ISSET
)) {
in yylex()
H
A
D
syn.c
836
p->flag |= DEFINED|
ISSET
;
in initkeywords()
H
A
D
main.c
463
if (!(vp->flag &
ISSET
) ||
in main_init()
H
A
D
sh.h
1796
#define
ISSET
BIT(2) /* has value, vp->val.[si] */
macro
H
A
D
edit.c
4214
if (!cmd[1] || !ap || !(ap->flag &
ISSET
))
in vi_cmd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
regexec.c
63
#define
ISSET
(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
macro
89
#undef
ISSET
macro
110
#define
ISSET
(v, n) ((v)[n])
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
regexec.c
63
#define
ISSET
(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
macro
89
#undef
ISSET
macro
110
#define
ISSET
(v, n) ((v)[n])
macro
Completed in 28 milliseconds