Lines Matching refs:ty
92 int use_window, int tx, int ty,
107 tx, ty,
168 int tx, ty;
172 ty = rand() % (tt.height - 1);
173 } while (tx == x && ty == y);
179 use_window, tx, ty,
287 int tx, ty, try = 50;
298 ty = h == tt.height ? 0 : rand() % (tt.height - h);
300 (ty+h > y && ty < y+h)) &&
308 tx = ty = 0;
315 use_window, tx, ty,
319 fill(cells, tx, ty, w, h, tt.width, tt.height,
389 int tx, ty, try = 50;
397 ty = h == out.height ? 0 : rand() % (out.height - h);
399 (ty+h > y && ty < y+h)) &&
407 use_window, tx, ty,
413 use_window, tx, ty,