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:ioact
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mksh/
H
A
D
tree.c
62
struct ioword **
ioact
;
in ptree()
local
80
t->
ioact
!= NULL && t->
ioact
[0] != NULL &&
in ptree()
81
t->
ioact
[1] == NULL &&
in ptree()
83
(t->
ioact
[0]->ioflag & IOTYPE) == IOHERE &&
in ptree()
243
if ((
ioact
= t->
ioact
) != NULL)
in ptree()
244
while (*
ioact
!= NULL)
in ptree()
245
pioact(shf, *
ioact
++);
in ptree()
592
r->
ioact
in tcopy()
944
struct ioword **
ioact
, *iop;
dumpioact()
local
[all...]
H
A
D
syn.c
511
t->
ioact
= NULL;
in get_command()
514
t->
ioact
= alloc2(iopn, sizeof(struct ioword *), ATEMP);
in get_command()
515
memcpy(t->
ioact
, iops, iopn * sizeof(struct ioword *));
in get_command()
530
t->
ioact
= t->left->
ioact
;
in get_command()
531
t->left->
ioact
= NULL;
in get_command()
920
t->
ioact
= NULL;
in newtp()
H
A
D
exec.c
97
t->
ioact
!= NULL && t->
ioact
[0] != NULL &&
in execute()
98
t->
ioact
[1] == NULL &&
in execute()
100
(t->
ioact
[0]->ioflag & IOTYPE) == IOHERE &&
in execute()
109
if ((rv = herein(t->
ioact
[0], &cp) /*? 1 : 0*/))
in execute()
134
if (t->
ioact
!= NULL || t->type == TPIPE || t->type == TCOPROC) {
in execute()
144
if (t->
ioact
!= NULL)
in execute()
145
for (iowp = t->
ioact
; *iowp != NULL; iowp++) {
in execute()
434
if (!Flag(FPOSIX) && !Flag(FSH) && t->left->
ioact
!= NULL)
in execute()
435
for (iowp = t->left->
ioact
; *iow
in execute()
[all...]
H
A
D
eval.c
1554
*t->args == NULL && *t->vars == NULL && t->
ioact
!= NULL) {
in comsub()
1556
struct ioword *io = *t->
ioact
;
in comsub()
H
A
D
sh.h
1941
struct ioword **
ioact
; /* IO actions (eg, < > >>) */
member
Completed in 19 milliseconds