/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/ |
H A D | windows.c | 944 { BL_LEVELDESC, BL_GOLD, 951 { BL_LEVELDESC, BL_GOLD, 957 { BL_LEVELDESC, BL_GOLD, 964 BL_LEVELDESC, BL_GOLD, BL_XP, BL_EXP, BL_HD, BL_TIME, BL_FLUSH }, 1034 lndelta = (status_activefields[BL_GOLD] 1035 && strstr(status_vals[BL_GOLD], "\\G")) ? 9 : 0;
|
H A D | botl.c | 527 INIT_BLSTAT("gold", " %s", ANY_LONG, 30, BL_GOLD), 654 blstats[idx][BL_GOLD].a.a_long = min(money, 999999L); in bot_via_windowport() 670 Sprintf(blstats[idx][BL_GOLD].val, "%s:%ld", in bot_via_windowport() 673 blstats[idx][BL_GOLD].a.a_long); in bot_via_windowport() 674 valset[BL_GOLD] = TRUE; /* indicate val already set */ in bot_via_windowport() 829 if (fld == BL_GOLD
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/ |
H A D | windows.c | 944 { BL_LEVELDESC, BL_GOLD, 951 { BL_LEVELDESC, BL_GOLD, 957 { BL_LEVELDESC, BL_GOLD, 964 BL_LEVELDESC, BL_GOLD, BL_XP, BL_EXP, BL_HD, BL_TIME, BL_FLUSH }, 1034 lndelta = (status_activefields[BL_GOLD] 1035 && strstr(status_vals[BL_GOLD], "\\G")) ? 9 : 0;
|
H A D | botl.c | 527 INIT_BLSTAT("gold", " %s", ANY_LONG, 30, BL_GOLD), 654 blstats[idx][BL_GOLD].a.a_long = min(money, 999999L); in bot_via_windowport() 670 Sprintf(blstats[idx][BL_GOLD].val, "%s:%ld", in bot_via_windowport() 673 blstats[idx][BL_GOLD].a.a_long); in bot_via_windowport() 674 valset[BL_GOLD] = TRUE; /* indicate val already set */ in bot_via_windowport() 829 if (fld == BL_GOLD
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/ |
H A D | botl.h | 41 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, /* 7..12 */ enumerator
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/ |
H A D | botl.h | 41 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, /* 7..12 */ enumerator
|
/dports/games/xnethack/xNetHack-xnh6.1/src/ |
H A D | windows.c | 923 { BL_LEVELDESC, BL_GOLD, in genl_status_update() 930 { BL_LEVELDESC, BL_GOLD, in genl_status_update() 936 { BL_LEVELDESC, BL_GOLD, in genl_status_update() 943 BL_LEVELDESC, BL_GOLD, BL_XP, BL_EXP, BL_HD, BL_TIME, BL_FLUSH }, in genl_status_update() 1015 lndelta = (status_activefields[BL_GOLD] in genl_status_update() 1016 && strstr(status_vals[BL_GOLD], "\\G")) ? 9 : 0; in genl_status_update() 1513 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 1522 { BL_ALIGN, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 1787 case BL_GOLD: in dump_status_update()
|
H A D | botl.c | 526 INIT_BLSTAT("gold", " %s", ANY_LONG, 30, BL_GOLD), 783 g.blstats[idx][BL_GOLD].a.a_long = min(money, 999999L); in bot_via_windowport() 799 Sprintf(g.blstats[idx][BL_GOLD].val, "%s:%ld", in bot_via_windowport() 802 g.blstats[idx][BL_GOLD].a.a_long); in bot_via_windowport() 803 g.valset[BL_GOLD] = TRUE; /* indicate val already set */ in bot_via_windowport() 1188 if (fld == BL_GOLD in eval_notify_windowport_field()
|
/dports/games/xnethack/xNetHack-xnh6.1/win/win32/ |
H A D | mhstatus.h | 16 static const int fieldorder2[] = { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX,
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/win32/ |
H A D | mhstatus.h | 16 static const int fieldorder2[] = { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX,
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/win32/ |
H A D | mhstatus.h | 16 static const int fieldorder2[] = { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX,
|
/dports/games/xnethack/xNetHack-xnh6.1/include/ |
H A D | botl.h | 41 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, /* 7..12 */ enumerator
|
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/ |
H A D | cursstat.c | 172 if (fldidx == BL_GOLD) { in curses_status_update() 174 status_vals[BL_GOLD][0] = ' '; in curses_status_update() 175 text = decode_mixed(&status_vals[BL_GOLD][1], text); in curses_status_update() 261 /*xspace*/ BL_GOLD, in draw_horizontal() 278 /*xspace*/ BL_GOLD, in draw_horizontal() 428 case BL_GOLD: in draw_horizontal() 676 BL_GOLD, in draw_vertical() enumerator
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/curses/ |
H A D | cursstat.c | 173 if (fldidx == BL_GOLD) { 175 status_vals[BL_GOLD][0] = ' '; 176 text = decode_mixed(&status_vals[BL_GOLD][1], text); 261 /*xspace*/ BL_GOLD, 278 /*xspace*/ BL_GOLD, 419 case BL_GOLD: 667 BL_GOLD, enumerator
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/curses/ |
H A D | cursstat.c | 173 if (fldidx == BL_GOLD) { 175 status_vals[BL_GOLD][0] = ' '; 176 text = decode_mixed(&status_vals[BL_GOLD][1], text); 261 /*xspace*/ BL_GOLD, 278 /*xspace*/ BL_GOLD, 419 case BL_GOLD: 667 BL_GOLD, enumerator
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/ |
H A D | winstat.c | 111 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 380 if (fld == BL_GOLD) 480 if (f == BL_GOLD) 528 { BL_GOLD, F_GOLD },
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/ |
H A D | winstat.c | 111 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 380 if (fld == BL_GOLD) 480 if (f == BL_GOLD) 528 { BL_GOLD, F_GOLD },
|
/dports/games/xnethack/xNetHack-xnh6.1/win/X11/ |
H A D | winstat.c | 143 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 713 if (fld == BL_GOLD) in X11_status_update_tty() 838 { BL_GOLD, F_GOLD }, in X11_status_update_fancy()
|
/dports/games/xnethack/xNetHack-xnh6.1/sys/libnh/ |
H A D | libnhmain.c | 902 SET_CONSTANT("STATUS_FIELD", BL_GOLD) in js_constants_init()
|
/dports/games/xnethack/xNetHack-xnh6.1/win/tty/ |
H A D | wintty.c | 3711 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3722 { BL_ALIGN, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3914 case BL_GOLD: in tty_status_update() 3983 case BL_GOLD: in tty_status_update()
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/tty/ |
H A D | wintty.c | 3697 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3708 { BL_ALIGN, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3884 case BL_GOLD: 3953 case BL_GOLD:
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/tty/ |
H A D | wintty.c | 3697 { BL_LEVELDESC, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3708 { BL_ALIGN, BL_GOLD, BL_HP, BL_HPMAX, BL_ENE, BL_ENEMAX, 3884 case BL_GOLD: 3953 case BL_GOLD:
|
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/doc/ |
H A D | window.doc | 400 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 410 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 437 -- The value passed for BL_GOLD includes a leading 440 will have to add 2 to the passed "ptr" for the BL_GOLD case.
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/doc/ |
H A D | window.doc | 400 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 410 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 437 -- The value passed for BL_GOLD includes a leading 440 will have to add 2 to the passed "ptr" for the BL_GOLD case.
|
/dports/games/xnethack/xNetHack-xnh6.1/doc/ |
H A D | window.doc | 418 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 429 BL_ALIGN, BL_SCORE, BL_CAP, BL_GOLD, BL_ENE, BL_ENEMAX, 473 -- The value passed for BL_GOLD includes a leading 476 will have to add 2 to the passed "ptr" for the BL_GOLD case.
|