Searched refs:S_corr (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c117 else if (offset == S_corr || offset == S_litcorr)
129 offset == S_litcorr && ch == showsyms[S_corr])
H A Ddrawing.c338 /*20*/ 0xb0, /* S_corr: meta-0, light shading */
437 /*20*/ g_FILLER(S_corr),
534 /*20*/ 0xB0, /* S_corr */
841 showsyms[S_corr] = 0xb1;
H A Ddisplay.c184 glyph = cmap_to_glyph(S_corr);
581 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_corr));
614 show_glyph(x,y, lev->glyph = cmap_to_glyph(S_corr));
757 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_corr));
1402 idx = (ptr->waslit || flags.lit_corridor) ? S_litcorr : S_corr;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmapglyph.c117 else if (offset == S_corr || offset == S_litcorr)
129 offset == S_litcorr && ch == showsyms[S_corr])
H A Ddrawing.c338 /*20*/ 0xb0, /* S_corr: meta-0, light shading */
437 /*20*/ g_FILLER(S_corr),
534 /*20*/ 0xB0, /* S_corr */
841 showsyms[S_corr] = 0xb1;
H A Ddisplay.c184 glyph = cmap_to_glyph(S_corr);
581 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_corr));
614 show_glyph(x,y, lev->glyph = cmap_to_glyph(S_corr));
757 show_glyph(x, y, lev->glyph = cmap_to_glyph(S_corr));
1402 idx = (ptr->waslit || flags.lit_corridor) ? S_litcorr : S_corr;
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h127 #define S_corr 20 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h127 #define S_corr 20 macro

Completed in 77 milliseconds