usr.bin/mg/def.h
342
void ttmove(int, int);
usr.bin/mg/display.c
277
ttmove(nrow - 1, 0); /* Echo line. */
usr.bin/mg/display.c
573
ttmove(0, 0);
usr.bin/mg/display.c
579
ttmove(currow, curcol - lbound);
usr.bin/mg/display.c
600
ttmove(currow, curcol - lbound);
usr.bin/mg/display.c
621
ttmove(currow, curcol - lbound);
usr.bin/mg/display.c
633
ttmove(currow, curcol - lbound);
usr.bin/mg/display.c
708
ttmove(row, 0); /* full redraw. */
usr.bin/mg/display.c
760
ttmove(row, (int) (cp1 - &vvp->v_text[0]));
usr.bin/mg/echo.c
221
ttmove(nrow - 1, 0);
usr.bin/mg/echo.c
297
ttmove(rr, cc);
usr.bin/mg/echo.c
351
ttmove(rr, cc);
usr.bin/mg/echo.c
430
ttmove(rr, cc);
usr.bin/mg/echo.c
46
ttmove(nrow - 1, 0);
usr.bin/mg/echo.c
507
ttmove(rr, cc);
usr.bin/mg/echo.c
787
ttmove(oldrow, oldcol); /* update leaves cursor in arbitrary place */
usr.bin/mg/echo.c
833
ttmove(nrow - 1, 0);
usr.bin/mg/spawn.c
31
ttmove(nrow - 1, 0);
usr.bin/mg/tty.c
225
ttmove(line, 0);
usr.bin/mg/tty.c
256
ttmove(row, 0);
usr.bin/mg/tty.c
264
ttmove(row, 0);
usr.bin/mg/tty.c
271
ttmove(1 + bot - nchunk, 0);
usr.bin/mg/tty.c
279
ttmove(row, 0);
usr.bin/mg/tty.c
309
ttmove(row, 0);
usr.bin/mg/tty.c
317
ttmove(bot, 0);
usr.bin/mg/tty.c
323
ttmove(row, 0);
usr.bin/mg/tty.c
331
ttmove(1 + bot - nchunk, 0);