Searched refs:lowx (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c118 do_room_or_subroom(croom, lowx, lowy, hix, hiy, lit, rtype, special, is_room)
120 int lowx, lowy;
132 if(!lowx) lowx++;
138 for(x = lowx-1; x <= hix+1; x++) {
147 croom->lx = lowx;
163 for(x = lowx-1; x <= hix+1; x++)
168 for(x = lowx-1; x <= hix+1; x += (hix-lowx+2))
173 for(x = lowx;
958 register int lowx = croom->lx, lowy = croom->ly; local
[all...]
H A Dextralev.c246 int lowx, lowy, hix, hiy; local
251 lowx = 1 + 26*x + here.rlx;
259 add_room(lowx, lowy, hix, hiy,
H A Dvault.c325 xchar lowx = rooms[vlt].lx, hix = rooms[vlt].hx; local
328 if(x == lowx-1 && y == lowy-1)
332 else if(x == lowx-1 && y == hiy+1)
338 else if(x == lowx-1 || x == hix+1)
H A Dsp_lev.c308 check_room(lowx, ddx, lowy, ddy, vault)
309 xchar *lowx, *ddx, *lowy, *ddy;
312 register int x,y,hix = *lowx + *ddx, hiy = *lowy + *ddy;
319 if (*lowx < 3) *lowx = 3;
324 if (hix <= *lowx || hiy <= *lowy) return FALSE;
327 for (x = *lowx - xlim; x<= hix + xlim; x++) {
340 if (x < *lowx)
341 *lowx = x + xlim + 1;
352 *ddx = hix - *lowx;
1684 int lowx = tmpregion->x1, hix = tmpregion->x2; local
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmklev.c118 do_room_or_subroom(croom, lowx, lowy, hix, hiy, lit, rtype, special, is_room)
120 int lowx, lowy;
132 if(!lowx) lowx++;
138 for(x = lowx-1; x <= hix+1; x++) {
147 croom->lx = lowx;
163 for(x = lowx-1; x <= hix+1; x++)
168 for(x = lowx-1; x <= hix+1; x += (hix-lowx+2))
173 for(x = lowx;
958 register int lowx = croom->lx, lowy = croom->ly; local
[all...]
H A Dextralev.c246 int lowx, lowy, hix, hiy; local
251 lowx = 1 + 26*x + here.rlx;
259 add_room(lowx, lowy, hix, hiy,
H A Dvault.c325 xchar lowx = rooms[vlt].lx, hix = rooms[vlt].hx; local
328 if(x == lowx-1 && y == lowy-1)
332 else if(x == lowx-1 && y == hiy+1)
338 else if(x == lowx-1 || x == hix+1)
H A Dsp_lev.c308 check_room(lowx, ddx, lowy, ddy, vault)
309 xchar *lowx, *ddx, *lowy, *ddy;
312 register int x,y,hix = *lowx + *ddx, hiy = *lowy + *ddy;
319 if (*lowx < 3) *lowx = 3;
324 if (hix <= *lowx || hiy <= *lowy) return FALSE;
327 for (x = *lowx - xlim; x<= hix + xlim; x++) {
340 if (x < *lowx)
341 *lowx = x + xlim + 1;
352 *ddx = hix - *lowx;
1684 int lowx = tmpregion->x1, hix = tmpregion->x2; local
[all...]

Completed in 53 milliseconds