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:tty_esc
(Results
1 - 9
of
9
) sorted by relevance
/third_party/toybox/toys/other/
H
A
D
hexedit.c
45
tty_esc
("2m");
in draw_char()
49
tty_esc
("7m");
in draw_char()
54
tty_esc
("0m");
in draw_char()
64
tty_esc
("K");
in draw_tail()
83
tty_esc
("K");
in draw_line()
106
tty_esc
("0m");
in highlight()
107
if (side!=2)
tty_esc
("7m");
in highlight()
110
if (side==i)
tty_esc
("32m");
in highlight()
113
tty_esc
("0m");
in highlight()
132
tty_esc
("
in hexedit_main()
[all...]
/third_party/toybox/toys/example/
H
A
D
demo_scankey.c
33
tty_esc
("?25l"); // hide cursor
in demo_scankey_main()
34
tty_esc
("0m"); // reset color to default
in demo_scankey_main()
35
tty_esc
("2J"); // Clear screen
in demo_scankey_main()
/third_party/toybox/lib/
H
A
D
tty.c
251
void
tty_esc
(char *s)
in tty_esc()
function
261
tty_esc
(s);
in tty_jump()
267
tty_esc
("?25h");
in tty_reset()
268
tty_esc
("0m");
in tty_reset()
270
tty_esc
("K");
in tty_reset()
H
A
D
linestack.c
145
tty_esc
("7m");
in crunch_rev_escape()
147
tty_esc
("27m");
in crunch_rev_escape()
H
A
D
lib.h
346
void
tty_esc
(char *s);
/third_party/toybox/toys/pending/
H
A
D
vi.c
1297
tty_esc
("1m");
in vi_crunch()
1299
tty_esc
("m");
in vi_crunch()
1372
if (redraw&2)
tty_esc
("2J"),
tty_esc
("H"); //clear screen
in draw_page()
1392
tty_esc
("2K");
in draw_page()
1459
tty_esc
("2K");
in draw_page()
1477
tty_esc
("2K");
in draw_page()
1528
tty_esc
("?1049h");
in vi_main()
1699
tty_esc
("?1049l");
in vi_main()
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
337
void
tty_esc
(char *s);
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ps.c
1312
tty_esc
("?25h");
in top_cursor_cleanup()
1336
tty_esc
("?25l");
in top_common()
/third_party/toybox/toys/posix/
H
A
D
ps.c
1455
tty_esc
("?25h");
in top_cursor_cleanup()
1479
tty_esc
("?25l");
in top_common()
Completed in 11 milliseconds