OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotcha
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/hunt/huntd/
driver.c
535
checkdam(PLAYER *ouch, PLAYER *
gotcha
, IDENT *credit, int amt,
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
->p_damage
[
all
...]
/src/usr.bin/mail/
send.c
445
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
...]
quit.c
138
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 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026