HomeSort by: relevance | last modified time | path
    Searched defs:botsub (Results 1 - 1 of 1) sorted by relevancy

  /src/games/larn/
display.c 17 static void botsub(int, const char *);
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")
225 botsub(int idx, const char *str) function in typeref:typename:void
    [all...]

Completed in 63 milliseconds