screen.c | 88 moveto(int r, int c) function in typeref:typename:void 247 moveto(Rows - 1, 0); 312 moveto(0, 0); 327 moveto(r-1, c-1); putstr(" "); 328 moveto(r, c-1); putstr(" "); 329 moveto(r+1, c-1); putstr(" "); 330 moveto(r+2, c-1); putstr(" "); 332 moveto(r-3, c-2); 338 moveto(r, 2*c); 347 moveto(tr, 2*tc) [all...] |