Searched refs:IS_TREE (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddig.c143 IS_TREE(levl[x][y].typ) ?
230 if (IS_TREE(lev->typ) && !may_dig(dpx,dpy) &&
327 IS_TREE(lev->typ)) {
338 if (IS_TREE(lev->typ)) {
924 } else if (IS_TREE(lev->typ))
1026 IS_WALL(lev->typ) || IS_FOUNTAIN(lev->typ) || IS_TREE(lev->typ))) {
1047 else if (IS_TREE(lev->typ))
1095 } else if (!IS_ROCK(here->typ) && !IS_TREE(here->typ)) /* no dig */
1121 } else if (IS_TREE(here->typ)) {
1235 } else if (IS_TREE(roo
[all...]
H A Dhack.c325 IS_TREE(lev->typ) ? "tree" : "hard stone");
338 (IS_ROCK(lev->typ) && !IS_TREE(lev->typ) ? 30 : 60) + u.udaminc;
340 (boulder || IS_TREE(lev->typ)) ? "on a" : "a hole in the",
342 IS_TREE(lev->typ) ? "tree" : IS_ROCK(lev->typ) ? "rock" : "door");
350 IS_TREE(lev->typ) ? "tree" :
393 } else if (IS_TREE(lev->typ)) {
H A Ddokick.c603 else if (IS_TREE(maploc->typ)) what = "a tree";
890 if(IS_TREE(maploc->typ)) {
H A Ddogmove.c735 } else if (IS_TREE(levl[nix][niy].typ)) {
H A Ddothrow.c471 if (IS_TREE(levl[x][y].typ))
H A Dmonmove.c966 } else if (IS_TREE(levl[nix][niy].typ)) {
H A Dmon.c1061 !((IS_TREE(ntyp) ? treeok : rockok) && may_dig(nx,ny))) continue;
H A Dapply.c1705 IS_TREE(levl[x][y].typ) ? "a tree" : "solid rock");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddig.c143 IS_TREE(levl[x][y].typ) ?
230 if (IS_TREE(lev->typ) && !may_dig(dpx,dpy) &&
327 IS_TREE(lev->typ)) {
338 if (IS_TREE(lev->typ)) {
924 } else if (IS_TREE(lev->typ))
1026 IS_WALL(lev->typ) || IS_FOUNTAIN(lev->typ) || IS_TREE(lev->typ))) {
1047 else if (IS_TREE(lev->typ))
1095 } else if (!IS_ROCK(here->typ) && !IS_TREE(here->typ)) /* no dig */
1121 } else if (IS_TREE(here->typ)) {
1235 } else if (IS_TREE(roo
[all...]
H A Dhack.c325 IS_TREE(lev->typ) ? "tree" : "hard stone");
338 (IS_ROCK(lev->typ) && !IS_TREE(lev->typ) ? 30 : 60) + u.udaminc;
340 (boulder || IS_TREE(lev->typ)) ? "on a" : "a hole in the",
342 IS_TREE(lev->typ) ? "tree" : IS_ROCK(lev->typ) ? "rock" : "door");
350 IS_TREE(lev->typ) ? "tree" :
393 } else if (IS_TREE(lev->typ)) {
H A Ddokick.c603 else if (IS_TREE(maploc->typ)) what = "a tree";
890 if(IS_TREE(maploc->typ)) {
H A Ddogmove.c735 } else if (IS_TREE(levl[nix][niy].typ)) {
H A Ddothrow.c471 if (IS_TREE(levl[x][y].typ))
H A Dmonmove.c966 } else if (IS_TREE(levl[nix][niy].typ)) {
H A Dmon.c1061 !((IS_TREE(ntyp) ? treeok : rockok) && may_dig(nx,ny))) continue;
H A Dapply.c1705 IS_TREE(levl[x][y].typ) ? "a tree" : "solid rock");
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h82 #define IS_TREE(typ) ((typ) == TREE || \ macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h82 #define IS_TREE(typ) ((typ) == TREE || \ macro

Completed in 108 milliseconds