Lines Matching defs:tmp2
33 static int tmp1, tmp2, tmp3, tmp4, distance;
50 tmp2 = playery + 6;
56 tmp2 = playery + 4;
66 if (tmp2 > MAXY)
67 tmp2 = MAXY;
76 if (tmp2 > MAXY - 1)
77 tmp2 = MAXY - 1;
84 for (j = tmp1; j < tmp2; j++) /* now reset monster moved flags */
91 for (j = tmp1; j < tmp2; j++) /* look thru all locations in
101 for (j = tmp1; j < tmp2; j++) /* look thru all locations in
170 yh = tmp2 + 2;
203 yh = tmp2 + 1;