Searched refs:doorhere (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c157 #define doorhere (r[x][y].doortable) macro
158 if (x>0 && (!(doorhere & LEFT)) &&
161 if (x<2 && (!(doorhere & RIGHT)) &&
164 if (y>0 && (!(doorhere & UP)) &&
167 if (y<2 && (!(doorhere & DOWN)) &&
176 case 0: doorhere |= LEFT;
178 doorhere |= RIGHT;
180 case 1: doorhere |= RIGHT;
182 doorhere |= LEFT;
184 case 2: doorhere |
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dextralev.c157 #define doorhere (r[x][y].doortable) macro
158 if (x>0 && (!(doorhere & LEFT)) &&
161 if (x<2 && (!(doorhere & RIGHT)) &&
164 if (y>0 && (!(doorhere & UP)) &&
167 if (y<2 && (!(doorhere & DOWN)) &&
176 case 0: doorhere |= LEFT;
178 doorhere |= RIGHT;
180 case 1: doorhere |= RIGHT;
182 doorhere |= LEFT;
184 case 2: doorhere |
[all...]

Completed in 37 milliseconds