Lines Matching defs:name

21 	const char *name;
165 /* less verbose result than obj_typename(); either the actual name
166 or the description (but not both); user-assigned name is ignored */
173 objects[otyp].oc_uname = 0; /* suppress any name given by user */
191 /* Give the name of an object seen at a distance. Unlike xname/doname,
212 /* convert player specified fruit name into corresponding fruit juice name
216 boolean juice; /* whether or not to append " juice" to the name */
870 /* killer name should be more specific than general xname; however, exact
880 /* strip user-supplied name; artifacts keep theirs */
972 /* not a proper name, needs an article */
975 /* Probably a proper name, might not need an article */
984 /* it needs an article if the name contains "of" */
1440 /* matzoh/matzot, possible food name */
1487 const char *name, oclass;
1640 /* compare user string against object name string using fuzzy matching */
1773 * name in there. So we have to save the full original name. However,
1786 const char *name=0;
1937 /* now we have the actual name, as delivered by xname, say
1948 name = p+7;
1957 if(!strcmpi(bp, o_ranges[i].name)) {
2159 if(!strcmpi(bp, o_ranges[i].name)) {
2216 /* don't match extra descriptions (w/o real name) */
2231 if (actualn && !strcmpi(actualn, j->name)) {
2295 /* Perhaps it's an artifact specified by name, not type */
2296 name = artifact_name(actualn, &objtyp);
2297 if(name) {
2677 if (name) {
2681 /* an artifact name might need capitalization fixing */
2682 aname = artifact_name(name, &objtyp);
2683 if (aname && objtyp == otmp->otyp) name = aname;
2685 otmp = oname(otmp, name);
2748 return j->name;