Lines Matching defs:makecode
12 #define makecode(_a,_b,_c) (((_a)<<16) + ((_b)<<8) + (_c))
100 botsub(makecode(SPELLS, 8, 18), "%3ld");
102 botsub(makecode(SPELLMAX, 12, 18), "%3ld)");
104 botsub(makecode(SPELLMAX, 12, 18), "%2ld) ");
105 botsub(makecode(HP, 5, 19), "%3ld");
106 botsub(makecode(HPMAX, 9, 19), "%3ld");
107 botsub(makecode(AC, 21, 18), "%-3ld");
108 botsub(makecode(WCLASS, 30, 18), "%-3ld");
109 botsub(makecode(EXPERIENCE, 49, 18), "%-9ld");
115 botsub(makecode(LEVEL, 40, 18), "%3ld");
117 botsub(makecode(LEVEL, 40, 18), " %-2ld");
119 botsub(makecode(TMP, 18, 19), "%-2ld");
120 botsub(makecode(INTELLIGENCE, 25, 19), "%-2ld");
121 botsub(makecode(WISDOM, 32, 19), "%-2ld");
122 botsub(makecode(CONSTITUTION, 39, 19), "%-2ld");
123 botsub(makecode(DEXTERITY, 46, 19), "%-2ld");
124 botsub(makecode(CHARISMA, 53, 19), "%-2ld");
136 botsub(makecode(GOLD, 69, 19), "%-6ld");
147 botsub(makecode(GOLD, 69, 19), "%-6ld");
162 botsub(makecode(HP, 5, 19), "%3ld");
171 botsub(makecode(SPELLS, 9, 18), "%2ld");