Home
last modified time | relevance | path

Searched refs:spelcode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/games/larn/
H A Ddata.c421 const char *spelcode[] = { variable
H A Dmonster.c270 if ((spelcode[i][0] == a) && (spelcode[i][1] == b) && (spelcode[i][2] == d)) in cast()
H A Dheader.h351 extern const char *spelcode[], *spelname[], *spelmes[];
H A Ddiag.c104 lprcat(spelcode[j]); in diag()
H A Ddisplay.c571 lprintf("%s %-20s ", spelcode[i], spelname[i]); in seemagic()
H A Dobject.c1203 lprintf("\nSpell \"%s\": %s\n%s", spelcode[i], spelname[i], speldescript[i]); in readbook()