Searched refs:tty_jump (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/other/ |
D | hexedit.c | 48 tty_jump(0, TT.rows); 61 tty_jump(0, TT.rows); in prompt() 102 tty_jump(0, TT.rows); in draw_status() 140 tty_jump(0, 0); in draw_page() 155 tty_jump(2+TT.numlen+3*xx, yy); in highlight() 163 tty_jump(TT.numlen+17*3+xx, yy); in highlight() 234 tty_jump(0, 0); in hexedit_main() 245 tty_jump(0, 0); in hexedit_main() 247 tty_jump(0, TT.rows-1); in hexedit_main()
|
/external/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()
|
/external/toybox/lib/ |
D | tty.c | 260 void tty_jump(int x, int y) in tty_jump() function 273 tty_jump(0, 999); in tty_reset()
|
D | lib.h | 344 void tty_jump(int x, int y);
|
/external/toybox/toys/pending/ |
D | vi.c | 1370 tty_jump(0, 0); in draw_page() 1390 tty_jump(0, y); in draw_page() 1456 tty_jump(0, y); in draw_page() 1475 tty_jump(0, TT.screen_height); in draw_page() 1489 tty_jump(TT.screen_width-strlen(toybuf), TT.screen_height); in draw_page() 1492 tty_jump(cx_scr, cy_scr); in draw_page()
|