Searched refs:tty_jump (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | hexedit.c | 63 tty_jump(0, TT.height); in draw_tail() 90 tty_jump(0, 0); in draw_page() 105 tty_jump(2+TT.numlen+3*xx, yy); in highlight() 114 tty_jump(TT.numlen+17*3+xx, yy); in highlight() 162 tty_jump(0, 0); in hexedit_main() 174 tty_jump(0, TT.height-1); in hexedit_main()
|
/external/toybox/toys/example/ |
D | test_scankey.c | 39 tty_jump(x, y); in test_scankey_main() 45 tty_jump(0, 0); in test_scankey_main() 61 tty_jump(x, y); in test_scankey_main()
|
/external/toybox/lib/ |
D | interestingtimes.c | 219 void tty_jump(int x, int y) in tty_jump() function 232 tty_jump(0, 999); in tty_reset()
|
D | lib.h | 277 void tty_jump(int x, int y);
|