tty_gotoyx        282 lib/tty/tty.c      tty_gotoyx (y, x);
tty_gotoyx        284 lib/tty/tty.c      tty_gotoyx (y2, x);
tty_gotoyx        286 lib/tty/tty.c      tty_gotoyx (y, x2);
tty_gotoyx        288 lib/tty/tty.c      tty_gotoyx (y2, x2);
tty_gotoyx        110 lib/tty/tty.h  extern void tty_gotoyx (int y, int x);
tty_gotoyx        144 lib/tty/win.c              tty_gotoyx (starty + (i / cols), 0);
tty_gotoyx         19 lib/widget/widget-common.h     tty_gotoyx (CONST_WIDGET (w)->rect.y + (_y), CONST_WIDGET (w)->rect.x + (_x))
tty_gotoyx        128 src/cons.handler.c             tty_gotoyx (starty + (i / COLS), 0);
tty_gotoyx        424 src/cons.handler.c         tty_gotoyx (starty + line - begin_line, 0);
tty_gotoyx       2532 src/diffviewer/ydiff.c             tty_gotoyx (r + j, c - 2);
tty_gotoyx       2539 src/diffviewer/ydiff.c                 tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2562 src/diffviewer/ydiff.c                     tty_gotoyx (r + j, c);
tty_gotoyx       2612 src/diffviewer/ydiff.c                 tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2622 src/diffviewer/ydiff.c         tty_gotoyx (r + j, c);
tty_gotoyx       2664 src/diffviewer/ydiff.c             tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2668 src/diffviewer/ydiff.c         tty_gotoyx (r + j, c);
tty_gotoyx       2689 src/diffviewer/ydiff.c     tty_gotoyx (0, c);
tty_gotoyx       2776 src/diffviewer/ydiff.c                 tty_gotoyx (1, xwidth);
tty_gotoyx       2778 src/diffviewer/ydiff.c                 tty_gotoyx (height, xwidth);
tty_gotoyx       2784 src/diffviewer/ydiff.c                 tty_gotoyx (1, width1 + xwidth);
tty_gotoyx       2786 src/diffviewer/ydiff.c                 tty_gotoyx (height, width1 + xwidth);
tty_gotoyx        205 src/filemanager/chmod.c     tty_gotoyx (y, x);
tty_gotoyx        207 src/filemanager/chmod.c     tty_gotoyx (y + 2, x);
tty_gotoyx        209 src/filemanager/chmod.c     tty_gotoyx (y + 4, x);
tty_gotoyx        211 src/filemanager/chmod.c     tty_gotoyx (y + 6, x);
tty_gotoyx        527 src/filemanager/filemanager.c         tty_gotoyx (0, 0);
tty_gotoyx        532 src/filemanager/filemanager.c         tty_gotoyx (row, col);