Home | History | Annotate | Download | only in hack

Lines Matching defs:an

107 	const char     *an = ocl->oc_name;
126 Strcpy(buf, an);
140 strlcpy(buf, dn ? dn : an, sizeof(buf));
155 Snprintf(buf+bufpos, sizeof(buf)-bufpos, " of %s", an);
176 const char *an = objects[obj->otyp].oc_name;
194 strlcpy(buf, an, bufmax);
219 strlcpy(buf, an, bufmax);
239 strlcat(buf, an, bufmax);
256 strlcat(buf, an, bufmax);
269 Snprintf(buf, bufmax, "wand of %s", an);
279 Snprintf(buf, bufmax, "ring of %s", an);
294 strlcpy(buf, an, bufmax);
390 Strcpy(prefix, "an ");
400 Snprintf(buf, bufmax, "an %s", str);
455 char *un, *dn, *an;
459 an = dn = un = 0;
466 } else if (!strncmp(bp, "an ", 3)) {
581 an = bp;
590 an = bp + 4;
607 an = bp;
615 an = bp;
617 if (!an && !dn && !un)
627 if (an && strcmp(an, zn))