Searched refs:damaged (Results 1 - 25 of 27) sorted by relevance

12

/openbsd-current/games/trek/
H A Dcheck_out.c56 if (!damaged(dev))
H A Ddamaged.c1 /* $OpenBSD: damaged.c,v 1.6 2016/01/07 14:37:51 mestre Exp $ */
2 /* $NetBSD: damaged.c,v 1.3 1995/04/22 10:58:41 cgd Exp $ */
35 /* DAMAGED -- check for device damaged
43 damaged(int dev) function
H A Ddamage.c41 ** Device `dev1' is damaged in an amount `dam'. Dam is measured
64 printf("\t%s damaged\n", Device[dev].name);
70 f = damaged(dev);
77 /* device already damaged -- add to existing damages */
H A Dimpulse.c53 if (damaged(IMPULSE))
H A Dshield.c72 if (f > 0 && (Ship.shldup || damaged(SRSCAN)))
97 if (damaged(ind))
H A Dram.c76 if (!damaged(SINS))
81 printf("%s heavily damaged\n", Ship.shipname);
H A Dphaser.c106 if (damaged(PHASER))
127 if (damaged(COMPUTER))
133 if (damaged(SRSCAN))
139 printf(" damaged, manual mode selected\n");
147 if (!manual && damaged(COMPUTER))
149 printf("Computer damaged, manual selected\n");
358 if (!damaged(SRSCAN))
H A Dmove.c88 if (damaged(SINS))
170 if (!damaged(COMPUTER))
182 if (!damaged(COMPUTER) && ramflag <= 0)
H A Dabandon.c75 if (damaged(SHUTTLE))
83 if (q->qsystemname == 0 || damaged(XPORTER))
H A Dattack.c53 ** device is damaged depends on the device. Well protected
56 ** damaged, whereas devices which are exposed (such as the
59 ** damaged.
132 if (!damaged(SRSCAN))
158 if (damaged(SHIELD))
H A Dsrscan.c134 if (damaged(SHIELD))
135 s = "damaged";
147 if (damaged(LIFESUP))
149 printf("damaged, reserves = %.2f", Ship.reserves);
H A Dcapture.c63 if (damaged(SSRADIO))
H A Ddestruct.c67 if (damaged(COMPUTER))
H A DMakefile5 compkl.c computer.c damage.c damaged.c dcrept.c destruct.c \
H A Dkill.c103 if (!damaged(SSRADIO))
127 if (!damaged(SSRADIO))
H A Dklmove.c131 if (!damaged(SRSCAN))
171 if (!damaged(SRSCAN))
H A Devents.c223 if (!damaged(SSRADIO))
285 if (!damaged(SSRADIO))
312 if (!damaged(SSRADIO))
461 if (damaged(LIFESUP) && Ship.cond != DOCKED)
H A Dhelp.c77 if (damaged(SSRADIO))
H A Dinitquad.c78 if (!damaged(COMPUTER))
H A Dsnova.c123 if (!damaged(SSRADIO))
H A Dwarp.c79 if (damaged(WARP))
H A Dtorped.c207 if (damaged(TORPED) || Quad[Ship.quadx][Ship.quady].stars < 0)
/openbsd-current/lib/libc/sys/
H A Dstack_protector.c51 __stack_smash_handler(const char func[], int damaged) argument
/openbsd-current/libexec/ld.so/
H A Dutil.c49 __stack_smash_handler(char func[], int damaged) argument
/openbsd-current/sys/kern/
H A Dkern_xxx.c80 __stack_smash_handler(char func[], int damaged) argument

Completed in 203 milliseconds

12