Searched refs:INIT_BLSTATP (Results 1 – 3 of 3) sorted by relevance
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/ |
H A D | botl.c | 508 #define INIT_BLSTATP(name, fmtstr, anytyp, wid, maxfld, fld) \ macro 528 INIT_BLSTATP("power", " Pw:%s", ANY_INT, 10, BL_ENEMAX, BL_ENE), 530 INIT_BLSTATP("experience-level", " Xp:%s", ANY_INT, 10, BL_EXP, BL_XP), 536 INIT_BLSTATP("hitpoints", " HP:%s", ANY_INT, 10, BL_HPMAX, BL_HP), 539 INIT_BLSTATP("experience", "/%s", ANY_LONG, 20, BL_EXP, BL_EXP), 543 #undef INIT_BLSTATP
|
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/ |
H A D | botl.c | 508 #define INIT_BLSTATP(name, fmtstr, anytyp, wid, maxfld, fld) \ macro 528 INIT_BLSTATP("power", " Pw:%s", ANY_INT, 10, BL_ENEMAX, BL_ENE), 530 INIT_BLSTATP("experience-level", " Xp:%s", ANY_INT, 10, BL_EXP, BL_XP), 536 INIT_BLSTATP("hitpoints", " HP:%s", ANY_INT, 10, BL_HPMAX, BL_HP), 539 INIT_BLSTATP("experience", "/%s", ANY_LONG, 20, BL_EXP, BL_EXP), 543 #undef INIT_BLSTATP
|
/dports/games/xnethack/xNetHack-xnh6.1/src/ |
H A D | botl.c | 507 #define INIT_BLSTATP(name, fmtstr, anytyp, wid, maxfld, fld) \ macro 527 INIT_BLSTATP("power", " Pw:%s", ANY_INT, 10, BL_ENEMAX, BL_ENE), 529 INIT_BLSTATP("experience-level", " Xp:%s", ANY_INT, 10, BL_EXP, BL_XP), 535 INIT_BLSTATP("hitpoints", " HP:%s", ANY_INT, 10, BL_HPMAX, BL_HP), 538 INIT_BLSTATP("experience", "/%s", ANY_LONG, 20, BL_EXP, BL_EXP), 542 #undef INIT_BLSTATP
|