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:SH_OK
(Results
1 - 6
of
6
) sorted by relevance
/kernel/liteos_a/apps/shell/src/
H
A
D
main.c
67
if (ret !=
SH_OK
) {
in OsShellCreateTask()
74
if (ret !=
SH_OK
) {
in OsShellCreateTask()
79
if (ret !=
SH_OK
) {
in OsShellCreateTask()
150
if (ret !=
SH_OK
) {
in main()
155
if (ret !=
SH_OK
) {
in main()
160
if (ret !=
SH_OK
) {
in main()
165
if (ret !=
SH_OK
) {
in main()
174
if (ret !=
SH_OK
) {
in main()
H
A
D
shmsg.c
143
int ret =
SH_OK
;
in ShellCmdLineCheckUDRL()
187
if (ret !=
SH_OK
) {
in ShellTaskNotify()
298
if (ret ==
SH_OK
) {
in ShellCmdLineParse()
468
if (ret !=
SH_OK
) {
in ParseAndExecCmdline()
511
if ((ret !=
SH_OK
) || (shiftLen == 0)) {
in PreHandleCmdline()
546
ret =
SH_OK
;
in PreHandleCmdline()
549
ret =
SH_OK
;
in PreHandleCmdline()
611
if (ret !=
SH_OK
) {
in ShellTask()
618
if (ret ==
SH_OK
) {
in ShellTask()
620
} else if (ret !=
SH_OK
) {
in ShellTask()
[all...]
H
A
D
shcmd.c
90
return
SH_OK
;
in OsStrSeparateTabStrGet()
106
if (ret !=
SH_OK
) {
in OsShellSetWorkingDirectory()
109
return
SH_OK
;
in OsShellSetWorkingDirectory()
121
if (ret !=
SH_OK
) {
in OsStrSeparate()
159
return
SH_OK
;
in OsStrSeparate()
257
return
SH_OK
;
in OsPrintMatchList()
440
if (ret !=
SH_OK
) {
in OsCmdKeyShift()
448
return
SH_OK
;
in OsCmdKeyShift()
493
return
SH_OK
;
in OsShellKeyInit()
574
if (ret !=
SH_OK
) {
in OsShellHistoryShow()
[all...]
/kernel/liteos_m/components/shell/src/base/
H
A
D
shmsg.c
129
if ((ret !=
SH_OK
) || (shiftLen == 0)) {
in PreHandleCmdline()
136
ret =
SH_OK
;
in PreHandleCmdline()
165
if (ret !=
SH_OK
) {
in ParseAndExecCmdline()
/kernel/liteos_a/apps/shell/include/
H
A
D
sherr.h
42
#define
SH_OK
0
macro
/kernel/liteos_m/components/shell/include/
H
A
D
shmsg.h
49
#define
SH_OK
0
macro
Completed in 4 milliseconds