Home | History | Annotate | Download | only in test

Lines Matching refs:tx

92 		      int use_window, int tx, int ty,
107 tx, ty,
168 int tx, ty;
171 tx = rand() % (tt.width - 1);
173 } while (tx == x && ty == y);
179 use_window, tx, ty,
287 int tx, ty, try = 50;
297 tx = w == tt.width ? 0 : rand() % (tt.width - w);
299 } while (((tx+w > x && tx < x+w) &&
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;
396 tx = w == out.width ? 0 : rand() % (out.width - w);
398 } while (((tx+w > x && tx < x+w) &&
407 use_window, tx, ty,
413 use_window, tx, ty,