Searched refs:SCORR (Results 1 - 25 of 30) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h48 #define SCORR 15 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddetect.c922 if (lev->typ == SCORR) {
1014 } else if(levl[zx][zy].typ == SCORR) {
1082 } else if(levl[zx][zy].typ == SCORR) {
1199 } else if(levl[x][y].typ == SCORR) {
1207 /* Be careful not to find anything in an SCORR or SDOOR */
H A Dextralev.c284 levl[x][y].typ = SCORR;
H A Dvault.c643 if (typ == SCORR)
648 crm->typ = (typ == SCORR) ? CORR : DOOR;
H A Dsp_lev.c1316 crm->typ = SCORR;
1319 if(crm->typ != ftyp && crm->typ != SCORR) {
1333 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR) {
1342 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR) {
1351 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR)
1363 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR)
H A Ddig.c326 } else if (lev->typ == STONE || lev->typ == SCORR ||
1242 } else if (room->typ == STONE || room->typ == SCORR) {
H A Ddisplay.c1396 case SCORR:
1556 "DBWALL", "SDOOR", "SCORR", "POOL",
1596 if (IS_ROCK(type) || type == CORR || type == SCORR) return which;
H A Dpager.c250 if (levl[x][y].typ == STONE || levl[x][y].typ == SCORR)
H A Dmuse.c741 if (levl[trapx][trapy].typ == SCORR) {
831 if (levl[trapx][trapy].typ == SCORR) {
H A Ddokick.c815 if(maploc->typ == SCORR) {
H A Dmakemon.c1692 typ == SDOOR || typ == SCORR) {
H A Dmklev.c481 rm->typ = SCORR;
H A Dcmd.c2282 if (levl[u.ux+x][u.uy+y].typ <= SCORR) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h48 #define SCORR 15 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddetect.c922 if (lev->typ == SCORR) {
1014 } else if(levl[zx][zy].typ == SCORR) {
1082 } else if(levl[zx][zy].typ == SCORR) {
1199 } else if(levl[x][y].typ == SCORR) {
1207 /* Be careful not to find anything in an SCORR or SDOOR */
H A Dextralev.c284 levl[x][y].typ = SCORR;
H A Dvault.c643 if (typ == SCORR)
648 crm->typ = (typ == SCORR) ? CORR : DOOR;
H A Dsp_lev.c1316 crm->typ = SCORR;
1319 if(crm->typ != ftyp && crm->typ != SCORR) {
1333 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR) {
1342 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR) {
1351 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR)
1363 if(crm->typ == btyp || crm->typ == ftyp || crm->typ == SCORR)
H A Ddig.c326 } else if (lev->typ == STONE || lev->typ == SCORR ||
1242 } else if (room->typ == STONE || room->typ == SCORR) {
H A Ddisplay.c1396 case SCORR:
1556 "DBWALL", "SDOOR", "SCORR", "POOL",
1596 if (IS_ROCK(type) || type == CORR || type == SCORR) return which;
H A Dpager.c250 if (levl[x][y].typ == STONE || levl[x][y].typ == SCORR)
H A Dmuse.c741 if (levl[trapx][trapy].typ == SCORR) {
831 if (levl[trapx][trapy].typ == SCORR) {
H A Ddokick.c815 if(maploc->typ == SCORR) {
H A Dmakemon.c1692 typ == SDOOR || typ == SCORR) {
H A Dmklev.c481 rm->typ = SCORR;

Completed in 140 milliseconds

12