tty_gotoyx        267 lib/tty/tty.c      tty_gotoyx (y, x);
tty_gotoyx        269 lib/tty/tty.c      tty_gotoyx (y2, x);
tty_gotoyx        271 lib/tty/tty.c      tty_gotoyx (y, x2);
tty_gotoyx        273 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        139 lib/tty/win.c              tty_gotoyx (starty + (i / cols), 0);
tty_gotoyx         18 lib/widget/widget-common.h #define widget_gotoyx(w, _y, _x) tty_gotoyx (CONST_WIDGET(w)->rect.y + (_y), CONST_WIDGET(w)->rect.x + (_x))
tty_gotoyx        124 src/cons.handler.c             tty_gotoyx (starty + (i / COLS), 0);
tty_gotoyx        422 src/cons.handler.c         tty_gotoyx (starty + line - begin_line, 0);
tty_gotoyx       2583 src/diffviewer/ydiff.c             tty_gotoyx (r + j, c - 2);
tty_gotoyx       2590 src/diffviewer/ydiff.c                 tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2615 src/diffviewer/ydiff.c                     tty_gotoyx (r + j, c);
tty_gotoyx       2680 src/diffviewer/ydiff.c                 tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2692 src/diffviewer/ydiff.c         tty_gotoyx (r + j, c);
tty_gotoyx       2746 src/diffviewer/ydiff.c             tty_gotoyx (r + j, c - xwidth);
tty_gotoyx       2750 src/diffviewer/ydiff.c         tty_gotoyx (r + j, c);
tty_gotoyx       2771 src/diffviewer/ydiff.c     tty_gotoyx (0, c);
tty_gotoyx       2853 src/diffviewer/ydiff.c                 tty_gotoyx (1, xwidth);
tty_gotoyx       2855 src/diffviewer/ydiff.c                 tty_gotoyx (height, xwidth);
tty_gotoyx       2861 src/diffviewer/ydiff.c                 tty_gotoyx (1, width1 + xwidth);
tty_gotoyx       2863 src/diffviewer/ydiff.c                 tty_gotoyx (height, width1 + xwidth);
tty_gotoyx        215 src/filemanager/chmod.c     tty_gotoyx (y, x);
tty_gotoyx        217 src/filemanager/chmod.c     tty_gotoyx (y + 2, x);
tty_gotoyx        219 src/filemanager/chmod.c     tty_gotoyx (y + 4, x);
tty_gotoyx        221 src/filemanager/chmod.c     tty_gotoyx (y + 6, x);
tty_gotoyx        551 src/filemanager/filemanager.c         tty_gotoyx (0, 0);
tty_gotoyx        556 src/filemanager/filemanager.c         tty_gotoyx (row, col);