OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tty_jump
(Results
1 - 5
of
5
) sorted by null
/external/toybox/toys/example/
demo_scankey.c
39
tty_jump
(x, y);
45
tty_jump
(0, 0);
61
tty_jump
(x, y);
/external/toybox/toys/other/
hexedit.c
63
tty_jump
(0, TT.height);
90
tty_jump
(0, 0);
105
tty_jump
(2+TT.numlen+3*xx, yy);
114
tty_jump
(TT.numlen+17*3+xx, yy);
162
tty_jump
(0, 0);
174
tty_jump
(0, TT.height-1);
/external/toybox/toys/pending/
vi.c
670
tty_jump
(0, 0);
679
tty_jump
(0, y);
690
tty_jump
(0, y);
708
tty_jump
(0, y);
729
tty_jump
(0, y);
742
tty_jump
(0, y);
751
tty_jump
(0, y);
758
tty_jump
(0, y);
764
tty_jump
(0, TT.screen_height);
791
tty_jump
(TT.screen_width-12, TT.screen_height)
[
all
...]
/external/toybox/lib/
tty.c
237
void
tty_jump
(int x, int y)
function
250
tty_jump
(0, 999);
lib.h
307
void
tty_jump
(int x, int y);
Completed in 475 milliseconds