Searched refs:S_hwall (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h109 #define S_hwall 2 macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Drm.h109 #define S_hwall 2 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1837 { S_stone, S_tlcorn, S_trcorn, S_hwall, S_tdwall }, /* tdwall */
1839 { S_stone, S_brcorn, S_blcorn, S_hwall, S_tuwall }, /* tuwall */
2043 case 0: idx = seenv ? S_hwall : S_stone; break;
2044 case 1: idx = seenv & (SV3|SV4|SV5|SV6|SV7) ? S_hwall :
2047 case 2: idx = seenv & (SV0|SV1|SV2|SV3|SV7) ? S_hwall :
H A Ddrawing.c320 0xc4, /* S_hwall: meta-D, horizontal rule */
419 0xf1, /* S_hwall: meta-q, horizontal rule */
516 0xcd, /* S_hwall */
827 showsyms[S_hwall] = 0xcd; /* double line graphics */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddisplay.c1837 { S_stone, S_tlcorn, S_trcorn, S_hwall, S_tdwall }, /* tdwall */
1839 { S_stone, S_brcorn, S_blcorn, S_hwall, S_tuwall }, /* tuwall */
2043 case 0: idx = seenv ? S_hwall : S_stone; break;
2044 case 1: idx = seenv & (SV3|SV4|SV5|SV6|SV7) ? S_hwall :
2047 case 2: idx = seenv & (SV0|SV1|SV2|SV3|SV7) ? S_hwall :
H A Ddrawing.c320 0xc4, /* S_hwall: meta-D, horizontal rule */
419 0xf1, /* S_hwall: meta-q, horizontal rule */
516 0xcd, /* S_hwall */
827 showsyms[S_hwall] = 0xcd; /* double line graphics */

Completed in 96 milliseconds