Home
last modified time | relevance | path

Searched refs:armor (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/games/rogue/
H A Dpack.c185 unwear(rogue.armor); in drop()
320 if (rogue.armor) { in take_off()
321 if (rogue.armor->is_cursed) { in take_off()
325 obj = rogue.armor; in take_off()
326 unwear(rogue.armor); in take_off()
344 if (rogue.armor) { in wear()
375 rogue.armor = NULL; in unwear()
381 rogue.armor = obj; in do_wear()
H A Dspec_hit.c106 if ((!rogue.armor) || (get_armor_class(rogue.armor) <= 1) || in rust()
107 (rogue.armor->which_kind == LEATHER)) { in rust()
110 if ((rogue.armor->is_protected) || maintain_armor) { in rust()
116 rogue.armor->d_enchant--; in rust()
133 freeze_percent -= (get_armor_class(rogue.armor) * 5); in freeze()
399 sting_chance += (6 * (6 - get_armor_class(rogue.armor))); in sting()
H A Duse.c235 if (rogue.armor) { in read_scroll()
238 rogue.armor->d_enchant++; in read_scroll()
239 rogue.armor->is_cursed = 0; in read_scroll()
259 if (rogue.armor) { in read_scroll()
261 rogue.armor->is_protected = 1; in read_scroll()
262 rogue.armor->is_cursed = 0; in read_scroll()
H A Dmessage.c295 if (rogue.armor && (rogue.armor->d_enchant > MAX_ARMOR)) { in print_stats()
296 rogue.armor->d_enchant = MAX_ARMOR; in print_stats()
298 mvprintw(row, 53, "%-2d", get_armor_class(rogue.armor)); in print_stats()
H A Dzap.c375 if (rand_percent(10 + (3 * get_armor_class(rogue.armor)))) { in bounce()
382 damage -= get_armor_class(rogue.armor); in bounce()
H A Dinventory.c757 if (rogue.armor) { in inv_armor_weapon()
758 single_inv(rogue.armor->ichar); in inv_armor_weapon()
H A Dthrow.c101 unwear(rogue.armor); in throw()
H A Dhit.c106 minus = (float)get_armor_class(rogue.armor) * 3.00; in mon_hit()
H A Drogue.h257 object *armor; member
H A Dscore.c143 unwear(rogue.armor); in win()
/netbsd-src/games/hack/
H A Dhh46 T remove take off some armor
47 W wear put on some armor
51 ),[,= ask for current weapon, armor, rings, respectively
H A Dhelp29 [ A suit of armor.
67 [ ask for current armor.
83 T Takeoff armor.
85 W Wear armor.
125 now (and will have when fully recovered), what your armor class is
H A Drumors121 Dust is an armor of poor quality.
374 The air is positively magic in here. Better wear a negative armor.
409 They say that an elven cloak may be worn over your armor.
458 Wear armor, going naked seems to offend public decency in here.
/netbsd-src/crypto/external/bsd/netpgp/dist/
H A Dtst123 /usr/bin/netpgp --sign --armor g && good=18
130 /usr/bin/netpgp --sign --armor g && good=20
175 /usr/bin/netpgp --sign --armor --detached i && good=31
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-fast.in123 ${kinit} --fast-armor-cache=${acache} \
128 ${kinit} --fast-armor-cache=${acache} \
/netbsd-src/external/gpl2/dtc/dist/scripts/
H A Dkup-dtc19 gpg --detach-sign --armor -o "$SIG" "$TAR"
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dfast.c402 if (fxreq.u.armored_data.armor == NULL) { in _kdc_fast_unwrap_request()
409 if (fxreq.u.armored_data.armor->armor_type != 1) { in _kdc_fast_unwrap_request()
417 &fxreq.u.armored_data.armor->armor_value, in _kdc_fast_unwrap_request()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dkrb5.asn1165 KRB5-PADATA-FX-FAST-ARMOR(71), -- fast armor
794 armor-type [0] krb5int32,
795 armor-value [1] OCTET STRING,
800 armor [0] KrbFastArmor OPTIONAL,
915 armor [0] KrbFastArmor,
916 armor-key [1] EncryptionKey
/netbsd-src/external/bsd/file/dist/
H A DRELEASE-PROCEDURE13 gpg --armor --detach-sign mysoftware-0.4.tar.gz
/netbsd-src/usr.bin/spell/spell/
H A Damerican26 armor
/netbsd-src/external/mit/libuv/dist/
H A DMAINTAINERS.md40 $ gpg --armor --export saghul@gmail.com > saghul.asc
/netbsd-src/games/larn/datfiles/
H A Dlarn.help31 u move northeast U run northeast W wear armor
32 b move southwest B run southwest T take off armor
/netbsd-src/external/gpl2/dtc/dist/
H A DMakefile288 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool-commands.in90 help = "wrap out-data in PEM armor"
157 help = "unwrap in-data from PEM armor"
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c1930 KrbFastArmor **armor) in make_fast_ap_fxarmor() argument
1977 ret = copy_KrbFastArmor(fxarmor, &msg.armor); in make_fast_ap_fxarmor()
2006 *armor = fxarmor; in make_fast_ap_fxarmor()
2098 ret = make_fast_ap_fxarmor(context, state, fastreq.req_body.realm, &fxreq.u.armored_data.armor); in fast_wrap_req()

12