Searched refs:hix (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)
121 register int hix, hiy;
134 if(hix >= COLNO-1) hix = COLNO-2;
138 for(x = lowx-1; x <= hix+1; x++) {
148 croom->hx = hix;
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; x <= hix;
959 register int hix = croom->hx, hiy = croom->hy; local
[all...]
H A Dvault.c325 xchar lowx = rooms[vlt].lx, hix = rooms[vlt].hx; local
330 else if(x == hix+1 && y == lowy-1)
334 else if(x == hix+1 && y == hiy+1)
338 else if(x == lowx-1 || x == hix+1)
375 xchar lox = rooms[vlt].lx - 1, hix = rooms[vlt].hx + 1, local
383 for (x = lox; x <= hix; x++)
386 if (x != lox && x != hix && y != loy && y != hiy) continue;
402 else if (x == hix)
H A Dextralev.c246 int lowx, lowy, hix, hiy; local
253 hix = 1 + 26*x + here.rlx + here.dx - 1;
259 add_room(lowx, lowy, hix, hiy,
H A Dsp_lev.c312 register int x,y,hix = *lowx + *ddx, hiy = *lowy + *ddy; local
321 if (hix > COLNO-3) hix = COLNO-3;
324 if (hix <= *lowx || hiy <= *lowy) return FALSE;
327 for (x = *lowx - xlim; x<= hix + xlim; x++) {
343 hix = x - xlim - 1;
352 *ddx = hix - *lowx;
1684 int lowx = tmpregion->x1, hix = tmpregion->x2; local
1689 hix = min(hix
[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)
121 register int hix, hiy;
134 if(hix >= COLNO-1) hix = COLNO-2;
138 for(x = lowx-1; x <= hix+1; x++) {
148 croom->hx = hix;
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; x <= hix;
959 register int hix = croom->hx, hiy = croom->hy; local
[all...]
H A Dvault.c325 xchar lowx = rooms[vlt].lx, hix = rooms[vlt].hx; local
330 else if(x == hix+1 && y == lowy-1)
334 else if(x == hix+1 && y == hiy+1)
338 else if(x == lowx-1 || x == hix+1)
375 xchar lox = rooms[vlt].lx - 1, hix = rooms[vlt].hx + 1, local
383 for (x = lox; x <= hix; x++)
386 if (x != lox && x != hix && y != loy && y != hiy) continue;
402 else if (x == hix)
H A Dextralev.c246 int lowx, lowy, hix, hiy; local
253 hix = 1 + 26*x + here.rlx + here.dx - 1;
259 add_room(lowx, lowy, hix, hiy,
H A Dsp_lev.c312 register int x,y,hix = *lowx + *ddx, hiy = *lowy + *ddy; local
321 if (hix > COLNO-3) hix = COLNO-3;
324 if (hix <= *lowx || hiy <= *lowy) return FALSE;
327 for (x = *lowx - xlim; x<= hix + xlim; x++) {
343 hix = x - xlim - 1;
352 *ddx = hix - *lowx;
1684 int lowx = tmpregion->x1, hix = tmpregion->x2; local
1689 hix = min(hix
[all...]

Completed in 63 milliseconds