Lines Matching defs:other
17 * documentation and/or other materials provided with the distribution.
67 killed_by(const object *monster, short other)
76 if (other != QUIT) {
80 if (other) {
81 switch(other) {
112 if ((!other) && (!no_skull)) {
136 put_scores(monster, other);
282 /* If there are other nulls in the score block, file is corrupt */
336 put_scores(const object *monster, short other)
408 make_score(&scores[rank], monster, other);
458 make_score(struct score_entry *se, const object *monster, int other)
467 if (other) {
468 switch(other) {
503 if (other != WIN && has_amulet()) {