Searched refs:cmap_to_glyph (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c181 if (lev->typ == ROOM && glyph == cmap_to_glyph(S_room))
182 glyph = cmap_to_glyph(S_stone);
183 else if (lev->typ == CORR && glyph == cmap_to_glyph(S_litcorr))
184 glyph = cmap_to_glyph(S_corr);
307 if (!lev->waslit && lev->glyph == cmap_to_glyph(S_room) &&
309 lev->glyph = cmap_to_glyph(S_stone);
311 levl[x][y].glyph = cmap_to_glyph(S_stone); /* default val */
395 register int glyph = cmap_to_glyph(mon->mappearance);
563 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
564 cmap_to_glyph(S_ston
[all...]
H A Dbones.c315 levl[x][y].glyph = cmap_to_glyph(S_stone);
H A Dexplode.c201 cmap_to_glyph(shield_static[k]));
H A Dmkmaze.c941 { cmap_to_glyph(S_water), WATER, 0, 0, 0, 0, 0, 0, 0 };
1189 register int water_glyph = cmap_to_glyph(S_water);
H A Dregion.c980 cloud->glyph = cmap_to_glyph(S_cloud);
H A Dzap.c2640 tmp_at(DISP_BEAM, cmap_to_glyph(S_flashbeam));
2852 tmp_at(DISP_FLASH, cmap_to_glyph(boom));
2856 tmp_at(DISP_CHANGE, cmap_to_glyph(boom));/* change glyph */
H A Ddig.c1203 tmp_at(DISP_BEAM, cmap_to_glyph(S_digbeam));
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.c181 if (lev->typ == ROOM && glyph == cmap_to_glyph(S_room))
182 glyph = cmap_to_glyph(S_stone);
183 else if (lev->typ == CORR && glyph == cmap_to_glyph(S_litcorr))
184 glyph = cmap_to_glyph(S_corr);
307 if (!lev->waslit && lev->glyph == cmap_to_glyph(S_room) &&
309 lev->glyph = cmap_to_glyph(S_stone);
311 levl[x][y].glyph = cmap_to_glyph(S_stone); /* default val */
395 register int glyph = cmap_to_glyph(mon->mappearance);
563 lev->glyph = lev->waslit ? cmap_to_glyph(S_room) :
564 cmap_to_glyph(S_ston
[all...]
H A Dbones.c315 levl[x][y].glyph = cmap_to_glyph(S_stone);
H A Dexplode.c201 cmap_to_glyph(shield_static[k]));
H A Dmkmaze.c941 { cmap_to_glyph(S_water), WATER, 0, 0, 0, 0, 0, 0, 0 };
1189 register int water_glyph = cmap_to_glyph(S_water);
H A Dregion.c980 cloud->glyph = cmap_to_glyph(S_cloud);
H A Dzap.c2640 tmp_at(DISP_BEAM, cmap_to_glyph(S_flashbeam));
2852 tmp_at(DISP_FLASH, cmap_to_glyph(boom));
2856 tmp_at(DISP_CHANGE, cmap_to_glyph(boom));/* change glyph */
H A Ddig.c1203 tmp_at(DISP_BEAM, cmap_to_glyph(S_digbeam));
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 Ddisplay.h208 cmap_to_glyph(youmonst.mappearance) : \
298 #define cmap_to_glyph(cmap_idx) ((int) (cmap_idx) + GLYPH_CMAP_OFF) macro
303 cmap_to_glyph(trap_to_defsym(what_trap((trap)->ttyp)))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Ddisplay.h208 cmap_to_glyph(youmonst.mappearance) : \
298 #define cmap_to_glyph(cmap_idx) ((int) (cmap_idx) + GLYPH_CMAP_OFF) macro
303 cmap_to_glyph(trap_to_defsym(what_trap((trap)->ttyp)))

Completed in 186 milliseconds