HomeSort by relevance Sort by last modified time
    Searched refs:tty_jump (Results 1 - 4 of 4) sorted by null

  /external/toybox/toys/example/
test_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/lib/
interestingtimes.c 219 void tty_jump(int x, int y) function
232 tty_jump(0, 999);
lib.h 277 void tty_jump(int x, int y);

Completed in 2996 milliseconds