Searched refs:tty_jump (Results 1 – 6 of 6) sorted by relevance
/third_party/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() 161 tty_jump(0, 0); in hexedit_main() 173 tty_jump(0, 0); in hexedit_main() 175 tty_jump(0, TT.height-1); in hexedit_main()
|
/third_party/toybox/toys/example/ |
D | demo_scankey.c | 39 tty_jump(x, y); in demo_scankey_main() 45 tty_jump(0, 0); in demo_scankey_main() 61 tty_jump(x, y); in demo_scankey_main()
|
/third_party/toybox/lib/ |
D | tty.c | 242 void tty_jump(int x, int y) in tty_jump() function 255 tty_jump(0, 999); in tty_reset()
|
D | lib.h | 336 void tty_jump(int x, int y);
|
/third_party/toybox/toys/pending/ |
D | vi.c | 1371 tty_jump(0, 0); in draw_page() 1391 tty_jump(0, y); in draw_page() 1457 tty_jump(0, y); in draw_page() 1476 tty_jump(0, TT.screen_height); in draw_page() 1490 tty_jump(TT.screen_width-strlen(toybuf), TT.screen_height); in draw_page() 1493 tty_jump(cx_scr, cy_scr); in draw_page()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 337 void tty_jump(int x, int y);
|