Searched refs:S_stone (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c182 glyph = cmap_to_glyph(S_stone);
309 lev->glyph = cmap_to_glyph(S_stone);
311 levl[x][y].glyph = cmap_to_glyph(S_stone); /* default val */
564 cmap_to_glyph(S_stone);
567 } else if ((lev->glyph >= cmap_to_glyph(S_stone) &&
571 cmap_to_glyph(S_stone);
611 show_glyph(x,y, lev->glyph = cmap_to_glyph(S_stone));
759 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_stone));
935 if (isok(x,y)) show_glyph(x,y,cmap_to_glyph(S_stone));
1004 show_glyph(x,y,cmap_to_glyph(S_stone));
[all...]
H A Ddrawing.c318 /* 0*/ g_FILLER(S_stone),
417 /* 0*/ g_FILLER(S_stone),
514 /* 0*/ g_FILLER(S_stone),
H A Dbones.c315 levl[x][y].glyph = cmap_to_glyph(S_stone);
H A Dmklev.c545 static struct rm zerorm = { cmap_to_glyph(S_stone),
H A Dread.c523 levl[zx][zy].glyph = cmap_to_glyph(S_stone);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c182 glyph = cmap_to_glyph(S_stone);
309 lev->glyph = cmap_to_glyph(S_stone);
311 levl[x][y].glyph = cmap_to_glyph(S_stone); /* default val */
564 cmap_to_glyph(S_stone);
567 } else if ((lev->glyph >= cmap_to_glyph(S_stone) &&
571 cmap_to_glyph(S_stone);
611 show_glyph(x,y, lev->glyph = cmap_to_glyph(S_stone));
759 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_stone));
935 if (isok(x,y)) show_glyph(x,y,cmap_to_glyph(S_stone));
1004 show_glyph(x,y,cmap_to_glyph(S_stone));
[all...]
H A Ddrawing.c318 /* 0*/ g_FILLER(S_stone),
417 /* 0*/ g_FILLER(S_stone),
514 /* 0*/ g_FILLER(S_stone),
H A Dbones.c315 levl[x][y].glyph = cmap_to_glyph(S_stone);
H A Dmklev.c545 static struct rm zerorm = { cmap_to_glyph(S_stone),
H A Dread.c523 levl[zx][zy].glyph = cmap_to_glyph(S_stone);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h107 #define S_stone 0 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h107 #define S_stone 0 macro

Completed in 75 milliseconds