/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/win32/ |
H A D | mhmap.c | 707 int mgch; in onMSNHCommand() local 715 mgch = ' '; in onMSNHCommand() 717 (void) mapglyph(data->map[col][row], &mgch, &color, in onMSNHCommand() 720 msg_data->buffer[index] = mgch; in onMSNHCommand() 784 int mgch; in paintTile() local 831 (void) mapglyph(data->map[i][j], &mgch, &color, &special, in paintTile() 891 int mgch; in paintGlyph() local 906 (void) mapglyph(data->map[i][j], &mgch, &color, in paintGlyph() 908 ch = (char) mgch; in paintGlyph()
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/win32/ |
H A D | mhmap.c | 707 int mgch; in onMSNHCommand() local 715 mgch = ' '; in onMSNHCommand() 717 (void) mapglyph(data->map[col][row], &mgch, &color, in onMSNHCommand() 720 msg_data->buffer[index] = mgch; in onMSNHCommand() 784 int mgch; in paintTile() local 831 (void) mapglyph(data->map[i][j], &mgch, &color, &special, in paintTile() 891 int mgch; in paintGlyph() local 906 (void) mapglyph(data->map[i][j], &mgch, &color, in paintGlyph() 908 ch = (char) mgch; in paintGlyph()
|
/dports/games/xnethack/xNetHack-xnh6.1/outdated/sys/wince/ |
H A D | mhmap.c | 623 int mgch; in onPaint() local 634 (void) mapglyph(data->map[i][j], &mgch, &color, in onPaint() 636 ch = (char) mgch; in onPaint()
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/wince/ |
H A D | mhmap.c | 623 int mgch; in onPaint() local 634 (void) mapglyph(data->map[i][j], &mgch, &color, in onPaint() 636 ch = (char) mgch; in onPaint()
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/wince/ |
H A D | mhmap.c | 623 int mgch; in onPaint() local 634 (void) mapglyph(data->map[i][j], &mgch, &color, in onPaint() 636 ch = (char) mgch; in onPaint()
|
/dports/games/nethack34-nox11/nethack-3.4.3/sys/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/nethack34/nethack-3.4.3/sys/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/unnethack/sys/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/nethack/sys/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/unsupported/wince/ |
H A D | mhmap.c | 572 int mgch; in onPaint() local 583 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 585 ch = (char)mgch; in onPaint()
|
/dports/games/nethack34/nethack-3.4.3/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/nethack34-nox11/nethack-3.4.3/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/unnethack/unnethack-5.1.0-20131208/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/nethack/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/win32/ |
H A D | mhmap.c | 566 int mgch; in onPaint() local 577 mapglyph(data->map[i][j], &mgch, &color, in onPaint() 579 ch = (char)mgch; in onPaint()
|
/dports/games/xnethack/xNetHack-xnh6.1/win/win32/ |
H A D | mhmap.c | 741 int mgch; in onMSNHCommand() local 749 mgch = ' '; in onMSNHCommand()
|
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hime/data/ |
H A D | cj543.cin | 14733 mgch 玢 14943 mgch 珶
|
/dports/chinese/gcin-gtk3/gcin-2.9.0/data/ |
H A D | cj543.cin | 14736 mgch 玢 14946 mgch 珶
|
H A D | NewCJ3.cin | 37696 mgch 玢 37697 mgch 珶
|
/dports/chinese/gcin-qt5/gcin-2.9.0/data/ |
H A D | cj543.cin | 14736 mgch 玢 14946 mgch 珶
|
H A D | NewCJ3.cin | 37696 mgch 玢 37697 mgch 珶
|
/dports/chinese/gcin/gcin-2.9.0/data/ |
H A D | cj543.cin | 14736 mgch 玢 14946 mgch 珶
|
H A D | NewCJ3.cin | 37696 mgch 玢 37697 mgch 珶
|