Searched refs:gotcha (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/games/hunt/huntd/
H A Ddriver.c535 checkdam(PLAYER *ouch, PLAYER *gotcha, IDENT *credit, int amt, argument
551 if (gotcha != NULL)
552 message(gotcha, "He has boots on!");
619 if (ouch == gotcha) { /* No use killing yourself */
636 if (gotcha == NULL)
638 gotcha->p_damcap += STABDAM;
639 gotcha->p_damage -= STABDAM;
640 if (gotcha->p_damage < 0)
641 gotcha->p_damage = 0;
642 (void) snprintf(Buf, sizeof(Buf), "%2d/%2d", gotcha
[all...]
/netbsd-current/usr.bin/mail/
H A Dsend.c445 int gotcha; local
447 gotcha = 0;
449 fmt("To:", hp->h_to, fo, w & GCOMMA), gotcha++;
451 (void)fprintf(fo, "Subject: %s\n", hp->h_subject), gotcha++;
453 fmt("Cc:", hp->h_cc, fo, w & GCOMMA), gotcha++;
455 fmt("Bcc:", hp->h_bcc, fo, w & GCOMMA), gotcha++;
457 (void)fprintf(fo, "In-Reply-To: %s\n", hp->h_in_reply_to), gotcha++;
459 fmt("References:", hp->h_references, fo, w & GCOMMA), gotcha++;
463 gotcha++;
466 (void)fprintf(fo, "(sendmail options: %s)\n", detract(hp->h_smopts, GSMOPTS)), gotcha
[all...]
H A Dquit.c138 int gotcha, c; local
156 for (mp = get_message(1), gotcha = 0; mp; mp = next_message(mp)) {
162 gotcha++;
172 if (!gotcha || Tflag != NULL)
234 gotcha = (c == 0 && ibuf == NULL);
247 if (gotcha) {

Completed in 142 milliseconds