Searched refs:AMULET (Results 1 – 21 of 21) sorted by relevance
/netbsd/games/battlestar/ |
H A D | command7.c | 196 if (testbit(inven, AMULET) || testbit(wear, AMULET)) { in fight() 211 if (testbit(inven, AMULET)) { in fight() 212 clearbit(inven, AMULET); in fight() 213 carrying -= objwt[AMULET]; in fight() 214 encumber -= objcumber[AMULET]; in fight() 216 clearbit(wear, AMULET); in fight() 289 hurt += (testbit(wear, AMULET) != 0) + in fight()
|
H A D | command2.c | 77 case AMULET: in wearit() 140 if (wordvalue[wordnumber] == AMULET && testbit(inven, AMULET) && in use() 171 else if (wordvalue[wordnumber] == AMULET) in use() 366 setbit(location[position].objects, AMULET); in follow()
|
H A D | command4.c | 140 case AMULET: in take() 141 if (testbit(location[position].objects, AMULET)) { in take() 179 (testbit(wear, AMULET) || testbit(inven, AMULET))) { in take() 352 if (value != AMULET && value != MEDALION && in drop()
|
H A D | command5.c | 219 if (n != AMULET && n != MEDALION && in zzz() 309 wordvalue[wordnumber] != AMULET && in give() 352 obj == AMULET || obj == MEDALION || obj == TALISMAN)) { in give() 369 if (obj == AMULET || obj == MEDALION || in give()
|
H A D | command1.c | 148 (testbit(inven, AMULET) || testbit(wear, AMULET))) { in news()
|
H A D | dayobjs.c | 106 {13, AMULET},
|
H A D | extern.h | 87 #define AMULET 17 macro
|
H A D | command3.c | 153 case AMULET: in bury()
|
H A D | words.c | 64 { "amulet", AMULET, NOUNS, NULL },
|
H A D | cypher.c | 168 case AMULET: in cypher()
|
/netbsd/games/rogue/ |
H A D | object.c | 344 case AMULET: in name_of() 712 obj->what_is = AMULET; in put_amulet() 759 obj->what_is = AMULET; in c_object_for_wizard()
|
H A D | pack.c | 536 *mask = AMULET; in is_pack_letter() 548 return(mask_pack(&rogue.pack, AMULET)); in has_amulet()
|
H A D | rogue.h | 70 #define AMULET ((unsigned short) 0400) macro
|
H A D | score.c | 592 case AMULET: in get_value()
|
H A D | room.c | 245 case AMULET: in get_mask_char()
|
H A D | inventory.c | 538 if (obj->what_is == AMULET) { in get_desc()
|
/netbsd/games/larn/ |
H A D | header.h | 99 #define AMULET 23 macro
|
/netbsd/external/gpl3/gcc.old/dist/contrib/unicode/ |
H A D | EastAsianWidth.txt | 2446 1F9CD..1F9FF;W # So [51] STANDING PERSON..NAZAR AMULET
|
H A D | UnicodeData.txt | 31834 1F9FF;NAZAR AMULET;So;0;ON;;;;;N;;;;;
|
/netbsd/external/gpl3/gcc/dist/contrib/unicode/ |
H A D | EastAsianWidth.txt | 2488 1F9CD..1F9FF;W # So [51] STANDING PERSON..NAZAR AMULET
|
H A D | UnicodeData.txt | 32535 1F9FF;NAZAR AMULET;So;0;ON;;;;;N;;;;;
|