/src/games/hunt/huntd/ |
driver.c | 535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt, 540 if (ouch->p_death[0] != '\0') 544 switch (ouch->p_nboots) { 556 ouch->p_damage += amt; 557 if (ouch->p_damage <= ouch->p_damcap) { 558 (void) snprintf(Buf, sizeof(Buf), "%2d", ouch->p_damage); 559 cgoto(ouch, STAT_DAM_ROW, STAT_VALUE_COL); 560 outstr(ouch, Buf, 2); 576 ouch->p_ammo = 0; /* No exploding * [all...] |
/src/games/battlestar/ |
globals.c | 196 const char *const ouch[NUMOFINJURIES] = { variable in typeref:typename:const char * const[]
|
command1.c | 212 ouch[hurt]); 286 ouch[hurt1], ouch[hurt2]);
|
command7.c | 295 printf("I'm afraid you have suffered %s.\n", ouch[hurt]);
|
extern.h | 262 extern const char *const ouch[NUMOFINJURIES];
|
cypher.c | 365 printf("\t%s\n", ouch[n]);
|
/src/share/examples/refuse/ian/libfetch/ |
http.c | 858 goto ouch; 910 goto ouch; 968 goto ouch; 981 goto ouch; 993 goto ouch; 997 goto ouch; 1006 goto ouch; 1009 goto ouch; 1035 goto ouch; 1079 goto ouch; [all...] |
ftp.c | 652 goto ouch; 679 goto ouch; 684 goto ouch; 687 goto ouch; 692 goto ouch; 707 goto ouch; 714 goto ouch; 722 goto ouch; 730 goto ouch; 785 goto ouch; [all...] |
fetch.c | 367 goto ouch; 384 goto ouch; 400 goto ouch; 415 ouch:
|