Home
last modified time | relevance | path

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

/original-bsd/games/rogue/
H A Dzap.c306 sprintf(buf, "the %s misses the %s", s, mon_name(monster));
322 sprintf(buf, "the %s hits the %s", s, mon_name(monster));
339 sprintf(buf, "the %s hits the %s", s, mon_name(monster));
H A Dspec_hit.c338 sprintf(msg, "wait, that's a %s!", mon_name(monster));
377 mon_name(monster));
445 sprintf(msg, "the gaze of the %s has confused you", mon_name(monster));
H A Dhit.c59 mn = mon_name(monster);
279 mn = mon_name(monster);
H A Drogue.h407 char *mon_name();
H A Dmonster.c550 mon_name(monster) in mon_name() function
/original-bsd/lib/libc/gen/
H A Dctime.c1123 static const char mon_name[MONSPERYEAR][3] = { local
1131 mon_name[timeptr->tm_mon],